Interface KuboStopOptions

interface KuboStopOptions {
    forceKillTimeout?: number;
}

Properties

forceKillTimeout?: number

How long to wait in ms before sending SIGKILL to the process

Default

1000