RuleExecution.Halted 属性

定义

获取或设置一个值,该值指示是否停止了规则执行。

public:
 property bool Halted { bool get(); void set(bool value); };
public bool Halted { get; set; }
member this.Halted : bool with get, set
Public Property Halted As Boolean

属性值

true 如果规则执行已停止,则为否则,为 false.

适用于