Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Tmr<T> Pause()

  • Declared in: RT.Util.Tmr<T>

Declaration

public Tmr<T> Pause()

Summary

Pauses the timer without zeroing it. This method may be called while the timer is already paused, but a single call to Tmr<T>.Continue() is always sufficient to resume the timer.