InterruptMonitor Class
Summary: Represents information about interruption.
Module: aspose.psd.multithreading
Full Name: aspose.psd.multithreading.InterruptMonitor
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
InterruptMonitor() | Initializes a new instance of the InterruptMonitor class |
Properties
Name | Type | Access | Description |
---|---|---|---|
is_interrupted | bool | r | Gets the value indicating whether operations should be interrupted. |
thread_local_instance [static] | InterruptMonitor | r/w | Gets or sets the InterruptMonitor instance which is unique for each thread. |
Methods
Name | Description |
---|---|
interrupt() | Sends a request to interrupt operations. |
Constructor: InterruptMonitor()
InterruptMonitor()
Initializes a new instance of the InterruptMonitor class