Interface ITaskInspector
タスクの推論結果に対する検査機構を表します。
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ITaskInspector
Properties
Name | Description |
---|---|
DefaultResult | 検査結果デフォルト値。 この値は検査時いずれの条件にも適合しない場合に設定される値です。 |
IsEnabled | 検査有効有無。 |
Items | 検査項目の一覧。 |
TaskName | 対象タスク名。 |