RecurringTaskStatisticsLastFinish Property |
Gets the number of ticks in the
Stopwatch timer mechanism
at the time the task last finished execution.
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 LastFinish { get; }
Public ReadOnly Property LastFinish As Long
Get
public:
property long long LastFinish {
long long get ();
}
member LastFinish : int64 with get
Property Value
Type:
Int64
See Also