terminate_without_exception Eigentum

terminate_without_exception Eigentum

Wenn die Prozedur unterbrochen wird, ob die Prozedur stillschweigend beendet oder eine Ausnahme ausgelöst wird. Standard ist falsch, das heißt, wenn AbstractInterruptMonitor.is_interruption_requested wahr ist, ein CellsException mit dem Code ExceptionType.INTERRUPTED wird geworfen.

Definition:

@property
def terminate_without_exception(self):
    ...

Siehe auch