TimerTask

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

Property Name Description
duration Time to process
progress Progress from 0f to 1f
scheduler Returns the registered Task Scheduler.
taskStatus Task status
timeType Time type

Events

Event Name Description
onComplete Called when completed
onProgress Called when progress changes

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