Anchorage API reference
    Preparing search index...
    interface BackgroundTaskRoutesOptions {
        basePath?: string;
        manager: BackgroundTaskManager;
    }
    Index

    Properties

    Properties

    basePath?: string

    Route prefix. Default '/background-tasks'.

    manager: BackgroundTaskManager

    The manager to read through — WRAPPED, never exposed over the wire.