Initialises a new instance of the ProcessExitConfiguration class with the specified timeout policy and result validation.
public ProcessExitConfiguration(ProcessTimeoutPolicy timeoutPolicy, ProcessExitBehaviour requestedCancellationExitBehaviour = ProcessExitBehaviour.GracefulExit, ProcessExceptionBehaviour exceptionBehaviour = ProcessExceptionBehaviour.AllowExceptionsIfUnexpected, bool cancellationThrowsException = false)
The timeout policy to apply to the process.