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: 23.1.416.0 (23.1.416.0)
Syntaxpublic Duration AverageExecutionTime { get; }
Public ReadOnly Property AverageExecutionTime As Duration
Get
public:
property Duration AverageExecutionTime {
Duration get ();
}
member AverageExecutionTime : Duration with get
Property Value
Type:
Duration
See Also