Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TimerStopFunction

Callable

  • TimerStopFunction(data?: Record<string, any>): void
  • Method to stop a running timer and create a timer entry.

    NOTE: This method also creates a browser performance measure with the label that was passed to start.

    Parameters

    • Optional data: Record<string, any>

      Optional data to include in the timer entry.

    Returns void