AcCmCompleteCallback: (finalResult: T) => void

Callback function to handle the final output after all tasks complete successfully.

Type Parameters

  • T

    The type of the final result.

Type declaration

    • (finalResult: T): void
    • Parameters

      • finalResult: T

        The final result from the task chain.

      Returns void