terminate_without_exception fastighet

terminate_without_exception fastighet

När proceduren avbryts, oavsett om du avbryter proceduren tyst eller gör ett undantag. Standard är falskt, det vill säga när AbstractInterruptMonitor.is_interruption_requested är sant, ett CellsException med kod ExceptionType.INTERRUPTED kommer att kastas.

Definition:

@property
def terminate_without_exception(self):
    ...

Se även