The ConditionState defines flag bits that are used to indicate the state of the conditon. Multiple bits may be set in any combination.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ConditionState Inherits System.Enum |
C# | |
---|---|
[FlagsAttribute()] public enum ConditionState : System.Enum |
Member | Description |
---|---|
Acked | The condition has been acknowledged. |
Active | The condition has become active. |
Enabled | The condition has been enabled. |
System.Object
System.ValueType
System.Enum
NSPlugin.ConditionState
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