enum Athena::Console::Command::Status
#
Represents the execution status of an ACON::Command
.
The value of each member is used as the exit code of the invocation.
Tip
The exit code may be customized by manually instantiating the enum with it. E.g. Status.new 126
.