Class ScheduledTask
public sealed class ScheduledTask : IDisposable
- Inheritance
-
ScheduledTask
- Implements
- Inherited Members
- Extension Methods
Fields
- Repeating
Gets if this is a repeating scheduled task.
Properties
- ExecutionCount
Gets the number of times this task has successfully executed.
- ExecutionTime
Gets the TimeSinceStartup that this task was last executed/will next be executed at.
- FailedExecutionCount
Gets the number of times this task has failed to execute because of an exception.
- IsCancelled
Gets if this task has been cancelled for execution.
Methods
- Cancel()
Cancels the execution of this task.
- Dispose()
Cancels the execution of this task.