Table of Contents

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 = 5

The logon is a group.

Interactive = 4

User must already be logged on. The task will be run only in an existing interactive session.

InteractiveOrPassword = 7

The task will be run in an existing interactive session or the user must log on using a password.

None = 1

No logon type is assigned.

Password = 2

User must log on using a password.

S4U = 3

The logon is a "service for user" logon.

ServiceAccount = 6

The logon is a service account.

Unknown = 0

The logon type is unknown.