ITimerContext
Interface ITimerContext
Namespace: SwiftlyS2.Shared.Scheduler
Assembly: SwiftlyS2.CS2.dll
public interface ITimerContextProperties
ExecutionCount
Gets the number of times the timer has been executed. The first execution count is 0.
ulong ExecutionCount { get; }Property Value