interruption_token property

interruption_token property

The token to monitor for interruption requests.

        This token manages the whole [`IPresentation`](/slides/python-net/aspose.slides/ipresentation) instance lifetime. Any long-running operation, such as loading 
        or saving of presentation, will be interrupted via calling of the [`InterruptionTokenSource.interrupt`](/slides/python-net/aspose.slides/interruptiontokensource/interrupt) method of 
        the [`InterruptionTokenSource`](/slides/python-net/aspose.slides/interruptiontokensource).

Definition:

@property
def interruption_token(self):
    ...

@interruption_token.setter
def interruption_token(self, value):
    ...

See Also