Packageorg.spicefactory.parsley.core.command
Classpublic class CommandStatus
InheritanceCommandStatus Inheritance Object

Enumeration for the current status of a command.



Public Properties
 PropertyDefined By
  key : String
[read-only] The unique key representing this status.
CommandStatus
Public Constants
 ConstantDefined 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
Property Detail
keyproperty
key:String  [read-only]

The unique key representing this status.


Implementation
    public function get key():String
Constant Detail
CANCELConstant
public static const CANCEL:CommandStatus

The status for a command that was cancelled.

COMPLETEConstant 
public static const COMPLETE:CommandStatus

The status for a command that successfully completed.

ERRORConstant 
public static const ERROR:CommandStatus

The status for a command that finished with an error.

EXECUTEConstant 
public static const EXECUTE:CommandStatus

The status for an active command.