AbstractInterruptMonitor.TerminateWithoutException

AbstractInterruptMonitor.TerminateWithoutException property

When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when IsInterruptionRequested is true, a CellsException with code Interrupted will be thrown.

public virtual bool TerminateWithoutException { get; }

See Also