Updates state of a command.
Token identifying the client application.
Access token of the client application.
Name and version of the client application.
Identifier of the Command to be updated.
Pending (Created in Mews, but not yet received by the client application.)
Received (Received by the client application.)
Processing (Being processed by the client application.)
Processed (Successfully processed command.)
Cancelled (A command whose execution has been canceled before (or during) processing.)
Error (A command whose execution or processing was terminated by an error.)
Progress of the command processing. Only used if the State is Processing, otherwise ignored.
Notes about command execution. Only used if the State is Processed, Cancelled or Error, otherwise ignored.
OK