InterruptMonitor类

InterruptMonitor类

代表有关中断的所有操作符。

遗产: InterruptMonitorAbstractInterruptMonitor

InterruptMonitor 类型公开以下成员:

构造函数

构造函数描述
init构造一个新的 InterruptMonitor 实例

特性

属性描述
is_interruption_requested将监视器标记为请求中断
terminate_without_exception当程序被中断时,是否安静地终止程序或抛出异常。
默认为false,即AbstractInterruptMonitor.is_interruption_requested为true时,
将抛出代码为 ExceptionType.INTERRUPTEDCellsException

方法

方法描述
interrupt中断当前操作员。

也可以看看