InterruptMonitor Class

Summary: Represents information about interruption.

Module: aspose.imaging.multithreading

Full Name: aspose.imaging.multithreading.InterruptMonitor

Inheritance: IInterruptMonitor

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
InterruptMonitor()The IInterruptMonitor instance which is unique for each thread.

Properties

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

Methods

NameDescription
interrupt()Sends a request to interrupt operations.

Constructor: InterruptMonitor()

 InterruptMonitor() 

The IInterruptMonitor instance which is unique for each thread.