withoutSuspendSignal method

ProgramOptions withoutSuspendSignal()

Creates options that skip the OS-level suspend signal during SuspendMsg.

Implementation

ProgramOptions withoutSuspendSignal() => copyWith(sendSuspendSignal: false);