TaskExecutionLogEntryEventArgs Class

Definition

Provides data for the TaskExecutionLogEntryEventArgs event.

public ref class TaskExecutionLogEntryEventArgs : EventArgs
public class TaskExecutionLogEntryEventArgs : EventArgs
type TaskExecutionLogEntryEventArgs = class
    inherit EventArgs
Public Class TaskExecutionLogEntryEventArgs
Inherits EventArgs
Inheritance
TaskExecutionLogEntryEventArgs

Constructors

TaskExecutionLogEntryEventArgs(ITask, String, Exception, TaskExecutionLogEntryType)

Initializes a new instance of the TaskExecutionLogEntryEventArgs class with the specified task, message, error, and logEntryType parameter.

Properties

Error

Gets the exception when an error occurs during execution.

LogEntryType

Gets the log entry type associated with the task execution.

Message

Gets the message for the log entry event.

Task

Gets any task associated with the log entry event.

Applies to