RecurringTaskStatisticsNextStart Property |
Gets the number of ticks in the
Stopwatch timer mechanism
at the time the task will next be executed.
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 long NextStart { get; }
Public ReadOnly Property NextStart As Long
Get
public:
property long long NextStart {
long long get ();
}
member NextStart : int64 with get
Property Value
Type:
Int64See Also