Instantiates the ProcessTimeoutPolicy with default values unless specified parameters are provided.
public ProcessTimeoutPolicy(TimeSpan timeoutThreshold, bool enabled, ProcessExitBehaviour exitBehaviour = ProcessExitBehaviour.GracefulExit)
The timespan to wait for the Process timeout before cancelling the Process.