RecurringTaskStatisticsAverageExecutionTime Property |
Gets the average execution time of the task.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration AverageExecutionTime { get; }
Public ReadOnly Property AverageExecutionTime As Duration
Get
public:
property Duration AverageExecutionTime {
Duration get ();
}
member AverageExecutionTime : Duration with get
Property Value
Type:
DurationSee Also