Enum WindowsScheduledTaskLogonType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the logon type for a scheduled task.
public enum WindowsScheduledTaskLogonType
Fields
Group = 5The logon is a group.
Interactive = 4User must already be logged on. The task will be run only in an existing interactive session.
InteractiveOrPassword = 7The task will be run in an existing interactive session or the user must log on using a password.
None = 1No logon type is assigned.
Password = 2User must log on using a password.
S4U = 3The logon is a "service for user" logon.
ServiceAccount = 6The logon is a service account.
Unknown = 0The logon type is unknown.