output
    Preparing search index...

    Function onBeforeStart

    • Register a handler to be invoked once, before the worker starts processing tasks. Runs synchronously after activities are loaded and before Worker.create().

      Parameters

      • handler: () => void

        Function called with no arguments.

      Returns void