terminate_without_exception property

terminate_without_exception property

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

Definition:

@property
def terminate_without_exception(self):
    ...

See Also