Enum CommandActionResult
Result of an action
Syntax
CommandActionResult
Fields
Name | Description |
---|---|
Implicit | Command should be implicitly executed. |
Yes | The user clicked Yes. |
Ok | The client clicked Ok |
No | The client clicked No |
Cancel | The client clicked Cancel |