terminate_without_exception proprietà
terminate_without_exception proprietà
Quando la procedura viene interrotta, se terminare la procedura in silenzio o lanciare un’eccezione. L’impostazione predefinita è false, ovvero quando AbstractInterruptMonitor.is_interruption_requested è vero, verrà lanciato uno CellsException con codice ExceptionType.INTERRUPTED.
Definizione:
@property
def terminate_without_exception(self):
...
Guarda anche
- modulo aspose.cells
- classe AbstractInterruptMonitor
- classe CellsException