InterruptMonitor类
InterruptMonitor类
代表有关中断的所有操作符。
遗产: InterruptMonitor
→
AbstractInterruptMonitor
InterruptMonitor 类型公开以下成员:
构造函数
构造函数 | 描述 |
---|---|
init | 构造一个新的 InterruptMonitor 实例 |
特性
属性 | 描述 |
---|---|
is_interruption_requested | 将监视器标记为请求中断 |
terminate_without_exception | 当程序被中断时,是否安静地终止程序或抛出异常。 默认为false,即 AbstractInterruptMonitor.is_interruption_requested 为true时,将抛出代码为 ExceptionType.INTERRUPTED 的 CellsException 。 |
方法
方法 | 描述 |
---|---|
interrupt | 中断当前操作员。 |