TaskExecutionLogEntryType 枚举

定义

枚举指定的LogEntryType列表。

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

字段

名称 说明
Information 0

定义LogEntryType对信息的执行方式。

Error 1

定义LogEntryType的执行为错误。

Warning 2

定义了 LogEntryType 的执行为 warning。

适用于