TaskExecutionLogEntryType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举指定的LogEntryType列表。
public enum class TaskExecutionLogEntryType
public enum TaskExecutionLogEntryType
type TaskExecutionLogEntryType =
Public Enum TaskExecutionLogEntryType
- 继承
-
TaskExecutionLogEntryType
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Information | 0 | 定义LogEntryType对信息的执行方式。 |
| Error | 1 | 定义LogEntryType的执行为错误。 |
| Warning | 2 | 定义了 LogEntryType 的执行为 warning。 |