2 references to SIGTERM_EXIT_CODE
System.CommandLine (2)
Invocation\ProcessTerminationHandler.cs (2)
69Cancel(context.Signal == PosixSignal.SIGINT ? SIGINT_EXIT_CODE : SIGTERM_EXIT_CODE); 80void OnProcessExit(object? sender, EventArgs e) => Cancel(SIGTERM_EXIT_CODE);