- _isActive
bool _isActive;
Undocumented in source.
- _interval
size_t _interval;
Undocumented in source.
- ticked
TickedEventHandler ticked;
- IsActive
bool IsActive [@property getter]
- Interval
size_t Interval [@property getter]
size_t Interval [@property setter]
Duration Interval [@property setter]
- OnTick
ITimer OnTick(TickedEventHandler handler)
The handler will be handled in another thread.
- wheelSize
size_t wheelSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- time
size_t time [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- Start
void Start(bool immediately, bool once)
Undocumented in source. Be warned that the author may not have intended to support it.
- Stop
void Stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(size_t interval)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(bool immediately, bool once)
Undocumented in source. Be warned that the author may not have intended to support it.
- Close
void Close()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnTick
void OnTick()
Undocumented in source. Be warned that the author may not have intended to support it.
- _wheelSize
uint _wheelSize;
Undocumented in source.
- _circle
uint _circle;
Undocumented in source.
- _timeOut
size_t _timeOut;
Undocumented in source.