ScheduledTaskTriggerEvent Struct
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.
Represents the triggering of a scheduled task.
public struct ScheduledTaskTriggerEvent
type ScheduledTaskTriggerEvent = struct
Public Structure ScheduledTaskTriggerEvent
- Inheritance
-
ScheduledTaskTriggerEvent
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 trigger event was logged in the trace. |
TriggerType |
Gets the type of trigger that is causing the scheduled task to run. |
UserDomainName |
Gets the domain name, if any, for the user identity triggering the task, if applicable. |
UserFullName |
Gets fully-qualified name of the user identity triggering the task, if applicable, including the domain name. |
UserName |
Gets the name of the user identity triggering the task, if applicable, not including the domain name. |