Gets the ProcessExitBehaviour value that determines the behaviour when a cancellation request is issued for the process.
public ProcessExitBehaviour RequestedCancellationExitBehaviour { get; }
Options include waiting for the process to exit, attempting a graceful exit, or forcing termination. The default behaviour is GracefulExit.