AbstractInterruptMonitor Class

AbstractInterruptMonitor class

Monitor for interruption requests in all time-consuming operations.


type AbstractInterruptMonitor struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
GetTerminateWithoutExceptionWhen procedure is interrupted, whether terminate the procedure quietly or throw an Exception.Default is false, that is, when is true,a with code will be thrown.