is_interruption_requested property

is_interruption_requested property

This implementation just checks whether the time cost(from the time when starting this monitor to now) is greater than user specified limit.

Definition:

@property
def is_interruption_requested(self):
    ...

See Also