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 = 1Occurs when a user makes a local connection.
ConsoleDisconnect = 2Occurs when a user disconnects from a local connection.
DeprecatedSessionUnlock = 3DEPRECATED in v15.1. Occurs when a user unlocks their session.
RemoteConnect = 4Occurs when a user makes a remote connection.
RemoteDisconnect = 5Occurs when a user disconnects from a remote connection.
SessionLock = 6Occurs when a user locks their session.
SessionUnlock = 7Occurs when a user unlocks their session.
Unknown = 0The change type is unknown.