Describes the state of a command that a control has requested the hosting application execute.
| Member name | Description | |
|---|---|---|
| New | The command has not yet been accepted or processed by the hosting application. | |
| Accepted | The command was accepted by the hosting application, but has not yet been executed. | |
| Rejected | The command was rejected by the hosting application, either because the user does not have permission or because the application context is not suitable. | |
| Completed | The command was successfully executed. | |
| Failed | The command was accepted, but failed to execute correctly. |
