Skip to content

CommandResult

Result of dequeuing a mailbox command. Returned by: Component.next_command()

FieldReturnsMeaning
.statusstring"ok" (a command was consumed) or "empty"
.messagestringPlayer-readable explanation
.commandScriptCommand or NoneThe consumed command when "ok"