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

    Type Alias TaskRunContext

    Runtime context passed to task implementations.

    type TaskRunContext = {
        journal: ExecutionJournal;
        signal?: AbortSignal;
        source: RuntimeCallSource;
    }
    Index

    Properties

    Per-execution journal shared with middleware and nested calls.

    signal?: AbortSignal

    Cooperative cancellation signal for the current task execution when one exists.

    Origin metadata describing how this task invocation was admitted.