次の方法で共有


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

適用対象