Function finalize

  • Executes all tasks in series. If any of the tasks throws an exception, it will throw after all tasks have finalized with the latest thrown exception.

    Parameters

    Returns Async

    Task