Class in Arbor.TaskSystem / Inherits from: TimerTaskBase<TimerTask>
Description
Tasks that wait for the passage of time
Inherited Members
Fields
Field Name |
Description |
interuptPause |
Whether to pause the timer by interrupt |
pooled |
Whether it is pooled |
Properties
Events
Methods
Method Name |
Description |
Complete |
Complete the task. |
Dispose |
Dispose of it. |
Init |
Method called when initializing |
OnComplete |
Method called when the task is completed |
OnEnter |
Method called when execution starts |
OnExit |
Method called when exiting a task |
OnInterruptPause |
Method called when paused by interrupt |
OnInterruptResume |
Method called when resuming from pause due to interrupt |
OnPause |
Method called when paused |
OnProgress |
Perform processing according to progress |
OnResume |
Method called when resuming from pause |
OnUpdate |
Method called when updated |
Pause |
Pause the task. |
Resume |
Resume the task from pause. |
ToString |
Convert to a character string that represents the execution status of the task. |
Update |
Update the task. |
Static Methods
Method Name |
Description |
GetPooled |
Get a task instance from the pool |
GetPooled |
Get a task instance from the pool |