Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / SessionStatus Enumeration

In This Topic
    SessionStatus Enumeration
    In This Topic
    The current known disposition of the session
    Syntax
    'Declaration
     
    
    Public Enum SessionStatus 
       Inherits System.Enum
    public enum SessionStatus : System.Enum 
    Members
    MemberValueDescription
    Crashed3The application closed unexpectedly
    Normal2The application closed normally
    Running1The application is still running
    Unknown0The final status of the session isn't known
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.Data.SessionStatus

    Requirements

    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

    See Also