Click or drag to resize

RecurringTaskStatistics Properties

The RecurringTaskStatistics type exposes the following members.

Properties
  NameDescription
Public propertyAverageExecutionTime
Gets the average execution time of the task.
Public propertyIsExecuting
Gets a value indicating whether the task is currently executing.
Public propertyLastFinish
Gets the number of ticks in the Stopwatch timer mechanism at the time the task last finished execution.
Public propertyNextStart
Gets the number of ticks in the Stopwatch timer mechanism at the time the task will next be executed.
Public propertyPeriod
Gets the period at which the task is executed.
Public propertyTask
Gets the recurring task.
Public propertyTimesExecuted
Gets the number of times the task has been executed.
Public propertyTotalTicks
Gets the total number of ticks in the Stopwatch timer mechanism that have elapsed while this task was executing.
Top
See Also