TaskExecutionLogEntryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the list of the specified LogEntryType.
public enum class TaskExecutionLogEntryType
public enum TaskExecutionLogEntryType
type TaskExecutionLogEntryType =
Public Enum TaskExecutionLogEntryType
- Inheritance
-
TaskExecutionLogEntryType
Fields
Name | Value | Description |
---|---|---|
Information | 0 | Defines the execution of the LogEntryType to information. |
Error | 1 | Defines the execution of the LogEntryType to error. |
Warning | 2 | Defines the execution of the LogEntryType to warning. |