| Package | org.spicefactory.parsley.core.command |
| Class | public class CommandStatus |
| Inheritance | CommandStatus Object |
| Property | Defined By | ||
|---|---|---|---|
| key : String [read-only]
The unique key representing this status. | CommandStatus | ||
| Constant | Defined By | ||
|---|---|---|---|
| CANCEL : CommandStatus [static]
The status for a command that was cancelled. | CommandStatus | ||
| COMPLETE : CommandStatus [static]
The status for a command that successfully completed. | CommandStatus | ||
| ERROR : CommandStatus [static]
The status for a command that finished with an error. | CommandStatus | ||
| EXECUTE : CommandStatus [static]
The status for an active command. | CommandStatus | ||
| key | property |
key:String [read-only] The unique key representing this status.
public function get key():String| CANCEL | Constant |
public static const CANCEL:CommandStatusThe status for a command that was cancelled.
| COMPLETE | Constant |
public static const COMPLETE:CommandStatusThe status for a command that successfully completed.
| ERROR | Constant |
public static const ERROR:CommandStatusThe status for a command that finished with an error.
| EXECUTE | Constant |
public static const EXECUTE:CommandStatusThe status for an active command.