RunningTimerOption - ZjzMisaka/PowerThreadPool GitHub Wiki
Properties
The time, in milliseconds, between events.
double Interval;
Occurs when the interval elapses, but only if the thread pool is in the Running state.
Action<RunningTimerElapsedEventArgs> Elapsed;