|
void | Cancel () |
| Cancels the execution of this task.
|
|
void | Dispose () |
|
|
readonly bool | Repeating |
| Gets if this is a repeating scheduled task.
|
|
readonly TimeSpan | Schedule |
| Gets the interval for repeating this task if Repeating is set to true.
|
|
|
int | ExecutionCount [get] |
| Gets the number of times this task has successfully executed.
|
|
TimeSpan | ExecutionTime [get] |
| Gets the API.Time.TimeSinceStartup that this task was last executed/will next be executed at.
|
|
int | FailedExecutionCount [get] |
| Gets the number of times this task has failed to execute because of an exception.
|
|
bool | IsCancelled [get] |
| Gets if this task has been cancelled for execution.
|
|
The documentation for this class was generated from the following files:
- NWN.Anvil/src/main/Services/Scheduler/ScheduledTask.cs
- NWN.Anvil/src/main/Services/Scheduler/ScheduledTask.SortedByExecutionTime.cs