terminate_without_exception property

terminate_without_exception property

See AbstractInterruptMonitor.terminate_without_exception. This property is specified by user when constructing this monitor instance.

Definition:

@property
def terminate_without_exception(self):
    ...

See Also