Interface IInterruptMonitor
Interface IInterruptMonitor
Namespace: Aspose.Imaging.Multithreading
Assembly: Aspose.Imaging.dll (25.8.0)
Represents information about interruption.
public interface IInterruptMonitorProperties
IsInterrupted
Gets the value indicating whether operations should be interrupted.
bool IsInterrupted { get; }Property Value
Methods
Interrupt()
Sends a request to interrupt operations.
void Interrupt()