Engine
(NOTE) Base action class.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| Cancel | Active | referencecountedeventobject | actiondelay | 
| Completed | actionset | ||
| Started | 
Properties
Active : boolean
read-only
The action is queued and not stared or running.
var Active : Boolean
Completed : boolean
read-only
The action ran until it completed.
var Completed : Boolean
Started : boolean
read-only
Has the action started?
var Started : Boolean
Methods
Cancel : Void
Cancel the action and all child actions. |Name|Type|Description| |---|---|---|
function Cancel()