CliSettingsProcessTerminationTimeout Property
            Enables signaling and handling of process termination (Ctrl+C, SIGINT, SIGTERM) via a 
CancellationToken 
            that can be passed to a 
CommandLineAction during invocation.
            If not provided, a default timeout of 2 seconds is enforced.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public TimeSpan? ProcessTerminationTimeout { get; set; }
Property Value
NullableTimeSpan