terminate_without_exception propriété

terminate_without_exception propriété

Lorsque la procédure est interrompue, qu’elle soit terminée silencieusement ou qu’elle lève une exception. La valeur par défaut est false, c’est-à-dire que lorsque AbstractInterruptMonitor.is_interruption_requested est vrai, un CellsException avec le code ExceptionType.INTERRUPTED sera lancé.

Définition:

@property
def terminate_without_exception(self):
    ...

Voir également