| Package | system.process |
| Class | public class ActionEntry |
| Inheritance | ActionEntry Object |
| Implements | Priority |
| Property | Defined By | ||
|---|---|---|---|
| action : Action
The Action reference of this entry. | ActionEntry | ||
| auto : Boolean
Indicates if the action must be removed when handle the first time the finish phase of the process. | ActionEntry | ||
| priority : int
Determinates the priority value of the entry. | ActionEntry | ||
| Method | Defined By | ||
|---|---|---|---|
ActionEntry(action:Action = null, priority:int = 0, auto:Boolean = false)
Creates a new ActionEntry instance. | ActionEntry | ||
toString():String
Returns the String representation of the object. | ActionEntry | ||
| action | property |
public var action:ActionThe Action reference of this entry.
| auto | property |
public var auto:BooleanIndicates if the action must be removed when handle the first time the finish phase of the process.
| priority | property |
priority:intDeterminates the priority value of the entry.
public function get priority():int public function set priority(value:int):void| ActionEntry | () | Constructor |
public function ActionEntry(action:Action = null, priority:int = 0, auto:Boolean = false)Creates a new ActionEntry instance.
Parametersaction:Action (default = null) — The Action reference.
| |
priority:int (default = 0) — The priority value of the entry.
| |
auto:Boolean (default = false) — Indicates if the action must be removed when handle the first time the finish phase of the process.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|