GetTerminateWithoutException Method

GetTerminateWithoutException function

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 ExceptionType.Interrupted will be thrown.


func (instance *AbstractInterruptMonitor) GetTerminateWithoutException()  (bool,  error) 

Remarks

See Also