RequestedCancellationExitBehaviour Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Gets the ProcessExitBehaviour value that determines the behaviour when a cancellation request is issued for the process.

public ProcessExitBehaviour RequestedCancellationExitBehaviour { get; }

Returns

Remarks

Options include waiting for the process to exit, attempting a graceful exit, or forcing termination. The default behaviour is GracefulExit.