The potential states that a command can have. When a command is created, the state is "initial" When the execution has started, the status is "running" When the execution has finsihed, the status can be "succes" or "failed"
After unsuccessfull execution of the command, the status is "failed"
When a command is created, the state is "initial"
When the execution has started, the status is "running"
After successful execution of the command, the status is "success"
Generated using TypeDoc
The potential states that a command can have. When a command is created, the state is "initial" When the execution has started, the status is "running" When the execution has finsihed, the status can be "succes" or "failed"