light-runner - v0.9.0
    Preparing search index...

    Interface StopOptions

    interface StopOptions {
        grace?: number;
        signal?: string;
    }
    Index

    Properties

    Properties

    grace?: number
    signal?: string