CancellationExitCode Property
Gets or sets the value used as the application exit code when it's aborted through the
System.Threading.CancellationToken
.
The default cancellation exit code is 130.
int CancellationExitCode { get; set; }
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandAppSettings
- Property Type
- int