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 presentaion 
        loading or saving, will be interrupted via calling of the [`IInterruptionTokenSource.interrupt`](/slides/python-net/aspose.slides/iinterruptiontokensource/interrupt) method of 
        the [`IInterruptionTokenSource`](/slides/python-net/aspose.slides/iinterruptiontokensource).

Definition:

@property
def interruption_token(self):
    ...

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

See Also