Function afterFunc

  • waits for the duration to elapse and then calls callback

    Parameters

    • ms: number
    • callback: ValueCallback<Date>

      It returns a Timer that can be used to cancel the call using its Stop method.

    Returns Timer

Generated using TypeDoc