hosanna-ui-docs - v0.9.0
    Preparing search index...

    Function runSequentially

    • Runs an array of tasks sequentially, ensuring that each task starts only after the previous one has completed.

      Parameters

      • tasks: (() => HsPromise<any>)[]

        An array of functions that return a HsPromise. Each function represents a task to be executed.

      Returns HsPromise<void>

      A HsPromise<void> that resolves when all tasks have been completed sequentially.