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

In This Topic
    AlertStatus Enumeration
    In This Topic
    Available status of an alert.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum AlertStatus 
       Inherits System.Enum
    [Flags()]
    public enum AlertStatus : System.Enum 
    Members
    MemberValueDescription
    Active1Alert is active.
    Closed4Alert is closed.
    New2Alert is new.
    None0No status known
    Open3Alert is open (active or new)
    Suppressed8Alert is suppressed.
    Inheritance Hierarchy

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

    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