Anvil
Loading...
Searching...
No Matches
Anvil.Services.ScheduledTask Class Referencesealed
+ Inheritance diagram for Anvil.Services.ScheduledTask:
+ Collaboration diagram for Anvil.Services.ScheduledTask:

Public Member Functions

void Cancel ()
 Cancels the execution of this task.
 
void Dispose ()
 

Public Attributes

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.
 

Properties

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: