Remotely/Shared/Enums/SessionSwitchReasonEx.cs
2024-07-16 09:25:15 -07:00

15 lines
293 B
C#

namespace Remotely.Shared.Enums;
public enum SessionSwitchReasonEx
{
ConsoleConnect = 1,
ConsoleDisconnect = 2,
RemoteConnect = 3,
RemoteDisconnect = 4,
SessionLogon = 5,
SessionLogoff = 6,
SessionLock = 7,
SessionUnlock = 8,
SessionRemoteControl = 9
}