Class Clock

Hierarchy

  • Clock

Constructors

Accessors

Methods

  • Replace the current configuration on this clock.

    Parameters

    Returns void

  • Start the clock. If the clock was paused, it will resume from the last time. If the clock was stopped or never started, it will start from initial time.

    Returns void

  • Pause the clock at the current time.

    Returns void

  • Stop the clock at the current time. If the clock is restarted it will begin from the set initial time.

    Returns void

  • Remove all subscriptions from this clock.

    Returns void

Generated using TypeDoc