TaskExecutionLogEntryType 列挙型

定義

指定されたLogEntryTypeのリストを列挙します。

public enum class TaskExecutionLogEntryType
public enum TaskExecutionLogEntryType
type TaskExecutionLogEntryType = 
Public Enum TaskExecutionLogEntryType
継承
TaskExecutionLogEntryType

フィールド

名前 説明
Information 0

LogEntryTypeの情報への実行を定義します。

Error 1

LogEntryTypeの実行をerrorに定義します。

Warning 2

LogEntryTypeの実行を警告に定義します。

適用対象