RecurringTaskStatisticsTimesExecuted Property |
Gets the number of times the task has been executed.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic long TimesExecuted { get; }
Public ReadOnly Property TimesExecuted As Long
Get
public:
property long long TimesExecuted {
long long get ();
}
member TimesExecuted : int64 with get
Property Value
Type:
Int64
See Also