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

適用対象