Interface IInterruptMonitor

Interface IInterruptMonitor

Namespace: Aspose.Imaging.Multithreading
Assembly: Aspose.Imaging.dll (25.2.0)

Represents information about interruption.

public interface IInterruptMonitor

Properties

IsInterrupted

Gets the value indicating whether operations should be interrupted.

bool IsInterrupted { get; }

Property Value

bool

Methods

Interrupt()

Sends a request to interrupt operations.

void Interrupt()