Class TaskStatistics
- Namespace
- Dynamicweb.Scheduling
- Assembly
- Dynamicweb.Core.dll
Represents statistics for a task in the task scheduling system.
public sealed class TaskStatistics
- Inheritance
-
TaskStatistics
- Inherited Members
Properties
AverageExecutionDuration
Average task executions duration for the task.
public TimeSpan AverageExecutionDuration { get; init; }
Property Value
MaxExecutionDuration
Maximum task execution duration for the task.
public TimeSpan MaxExecutionDuration { get; init; }
Property Value
TaskId
Task identifier for the task statistics.
public required int TaskId { get; init; }