• Helper function to show an in-progress notification.

    Notes

    The message will be truncated if longer than 140 characters.

    Type Parameters

    • Pending extends ReadonlyJSONValue = ReadonlyJSONValue

    • Success extends ReadonlyJSONValue = Pending

    • Error extends ReadonlyJSONValue = Pending

    Parameters

    • promise: Promise<Success>

      Promise to wait for

    • options: IPromiseOptions<Pending, Success, Error>

      Options for the in-progress notification

    Returns string

    Notification unique id

Generated using TypeDoc