共用方式為


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

適用於