@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface TaskCallOptions

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

    interface TaskCallOptions {
        journal?: ExecutionJournal;
    }
    Index

    Properties

    Properties

    Optional journal to forward to the nested task