'Declaration
<FlagsAttribute()> Public Enum IssueStatus Inherits System.Enum
[Flags()] public enum IssueStatus : System.Enum
'Declaration
<FlagsAttribute()> Public Enum IssueStatus Inherits System.Enum
[Flags()] public enum IssueStatus : System.Enum
Member | Value | Description |
---|---|---|
Active | 1 | Issue is active. |
Closed | 12 | Issue is closed (not active or new) |
New | 2 | Issue is new. |
None | 0 | No value filter |
Open | 3 | Issue is open (active or new) |
Resolved | 4 | Issue is resolved. |
Suppressed | 8 | Issue is suppressed. |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.IssueStatus
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