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

    Type Alias RuntimeDisposeOptions

    Optional controls for runtime disposal.

    type RuntimeDisposeOptions = {
        force?: boolean;
    }
    Index

    Properties

    Properties

    force?: boolean

    Skips any remaining graceful shutdown orchestration that has not started yet and jumps toward direct resource disposal. This can bypass dispose.cooldownWindowMs, events.disposing, drain wait, and events.drained, but it does not preempt work already in flight such as an active cooldown() call.