Class in Arbor.TaskSystem / Inherits from: Task<TaskScheduler>
Description
Scheduler to execute tasks sequentially
Properties
Property Name |
Description |
progress |
Progress from 0f to 1f |
Methods
Method Name |
Description |
Add |
Add a task. |
Init |
Method called when initializing |
Interrupt |
Interrupt the task. |
OnEnter |
Method called when execution starts |
OnUpdate |
Method called when updated |
Play |
Start playing |
Stop |
Playback stops. |
ToString |
Convert to a character string that represents the execution status of the task. |
Inherited Members
Fields
Field Name |
Description |
pooled |
Whether it is pooled |
Properties
Property Name |
Description |
scheduler |
Returns the registered Task Scheduler. |
taskStatus |
Task status |
Events
Event Name |
Description |
onComplete |
Called when completed |
Methods
Static Methods
Method Name |
Description |
GetPooled |
Get a task instance from the pool |