Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommandStatus

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"

Index

Enumeration members

Enumeration members

failed

failed: = "failed"

After unsuccessfull execution of the command, the status is "failed"

initial

initial: = "initial"

When a command is created, the state is "initial"

running

running: = "running"

When the execution has started, the status is "running"

success

success: = "success"

After successful execution of the command, the status is "success"

Generated using TypeDoc