Class ClientProgress

Hierarchy

  • ClientProgress

Constructors

Properties

Methods

Constructors

Properties

nextProgress?: Progress

Methods

  • Sets up a new Progress object for the next API request to be made. Only the very next API call will be tracked.

    Example


    ClientProgress.track();
    await api.myMethod();

    Returns Progress

Generated using TypeDoc