@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface TaskCallOptions

    Options that can be passed when calling a task dependency. Allows forwarding execution context to nested task calls.

    interface TaskCallOptions {
        journal?: ExecutionJournal;
        signal?: AbortSignal;
        source?: RuntimeCallSource;
    }
    Index

    Properties

    Optional journal to forward to the nested task

    signal?: AbortSignal

    Cooperative cancellation signal for this task execution.

    Source metadata used for lifecycle admission and tracing.