SystemTimeInterruptMonitor constructor

__init__(self, terminate_without_exception)

Constructs one interruption monitor.


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

See Also