ThreadInterruptMonitor constructor

__init__(self, terminate_without_exception)

Constructs one interruption monitor.


def __init__(self, terminate_without_exception):
    ...
ParameterTypeDescription
terminate_without_exceptionboolAbstractInterruptMonitor.terminate_without_exception

See Also