Enum WindowsScheduledTaskSessionStateChangeType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of state change trigger.
public enum WindowsScheduledTaskSessionStateChangeType
Fields
ConsoleConnect = 1
Occurs when a user makes a local connection.
ConsoleDisconnect = 2
Occurs when a user disconnects from a local connection.
DeprecatedSessionUnlock = 3
DEPRECATED in v15.1. Occurs when a user unlocks their session.
RemoteConnect = 4
Occurs when a user makes a remote connection.
RemoteDisconnect = 5
Occurs when a user disconnects from a remote connection.
SessionLock = 6
Occurs when a user locks their session.
SessionUnlock = 7
Occurs when a user unlocks their session.
Unknown = 0
The change type is unknown.