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

    Variable journalConst

    journal: {
        create: () => ExecutionJournal;
        createKey: <T>(id: string) => JournalKey<T>;
    } = ...

    Type Declaration

    • create: () => ExecutionJournal

      Creates a new empty ExecutionJournal. Useful when you need to pass a specific journal instance to runTask or nested calls.

    • createKey: <T>(id: string) => JournalKey<T>