ScheduledTaskStartEvent Struct

Definition

Represents the start of a scheduled task.

public struct ScheduledTaskStartEvent
type ScheduledTaskStartEvent = struct
Public Structure ScheduledTaskStartEvent
Inheritance
ScheduledTaskStartEvent

Properties

FullName

Gets the fully-qualified name of the task, including the path.

Id

Gets the unique identifier for this instance of the scheduled task.

Name

Gets the relative name of the task, not including the path.

Timestamp

Gets the timestamp at which the scheduled task start event was logged in the trace.

UserDomainName

Gets the domain name for the user identity used to run the task, if any.

UserFullName

Gets fully-qualified name of the user identity used to run the task, including the domain name.

UserName

Gets the name of the user identity used to run the task, not including the domain name.

Applies to