Table of Contents

Enum WindowsScheduledTaskRunLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the run level for a scheduled task.

public enum WindowsScheduledTaskRunLevel

Fields

Highest = 2

The scheduled task will run with the highest privileges.

Limited = 1

The scheduled task will run with limited privileges.

Unknown = 0

The run level is unknown.