RecurringTaskStatistics Properties |
The RecurringTaskStatistics type exposes the following members.
Name | Description | |
---|---|---|
AverageExecutionTime |
Gets the average execution time of the task.
| |
IsExecuting |
Gets a value indicating whether the task is currently executing.
| |
LastFinish |
Gets the number of ticks in the Stopwatch timer mechanism
at the time the task last finished execution.
| |
NextStart |
Gets the number of ticks in the Stopwatch timer mechanism
at the time the task will next be executed.
| |
Period |
Gets the period at which the task is executed.
| |
Task |
Gets the recurring task.
| |
TimesExecuted |
Gets the number of times the task has been executed.
| |
TotalTicks |
Gets the total number of ticks in the Stopwatch timer mechanism
that have elapsed while this task was executing.
|