'Declaration
Public Enum SessionStatus Inherits System.Enum
public enum SessionStatus : System.Enum
'Declaration
Public Enum SessionStatus Inherits System.Enum
public enum SessionStatus : System.Enum
Member | Value | Description |
---|---|---|
Crashed | 3 | The application closed unexpectedly |
Normal | 2 | The application closed normally |
Running | 1 | The application is still running |
Unknown | 0 | The final status of the session isn't known |
System.Object
System.ValueType
System.Enum
Gibraltar.Agent.SessionStatus
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2