Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Tmr<T> Continue()

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

Declaration

public Tmr<T> Continue()

Summary

Makes sure the timer is running without zeroing the time reading. If the reading is non-zero, it will continue growing. This method may be called while the timer is already running.