TaskExecutionLogEntryType 列挙型

定義

指定された LogEntryType の一覧を列挙します。

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

フィールド

Error 1

エラーに対する LogEntryType の実行を定義します。

Information 0

情報に対する LogEntryType の実行を定義します。

Warning 2

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

適用対象