final execute the command
returns the completion percentage of the command
percentage of completion
returns the result meta data of the command
the result of the command
returns the status of the command
returns true, if the command has been finished
execute the command
Generated using TypeDoc
The command class represents a potential long running activity. This activity has been wrapped into an object to ease the tracking of the processing state. Create a command with receiver information, execute the command and check the status and progress. Check the result when finsished.