RecurringTaskStatistics Class |
Namespace: AGI.Foundation.Infrastructure.Threading
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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |