Table of Contents

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

TimeSpan

MaxExecutionDuration

Maximum task execution duration for the task.

public TimeSpan MaxExecutionDuration { get; init; }

Property Value

TimeSpan

TaskId

Task identifier for the task statistics.

public required int TaskId { get; init; }

Property Value

int
To top