InterruptMonitor Class

Summary: Represents information about interruption.

Module: aspose.psd.multithreading

Full Name: aspose.psd.multithreading.InterruptMonitor

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
InterruptMonitor()Initializes a new instance of the InterruptMonitor class

Properties

NameTypeAccessDescription
is_interruptedboolrGets the value indicating whether operations should be interrupted.
thread_local_instance [static]InterruptMonitorr/wGets or sets the InterruptMonitor instance which is unique for each thread.

Methods

NameDescription
interrupt()Sends a request to interrupt operations.

Constructor: InterruptMonitor()

 InterruptMonitor() 

Initializes a new instance of the InterruptMonitor class