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

    Interface IRuntimeRecoveryHandle

    Handle returned by runtime.recoverWhen(...).

    interface IRuntimeRecoveryHandle {
        id: string;
        cancel(): void;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    Stable identifier for this recovery rule.

    Methods