uaPLUS Reference
ConditionState Enumeration
See Also  Send Feedback
NSPlugin Namespace : ConditionState Enumeration

Glossary Item Box

Event Server condition state.
The ConditionState defines flag bits that are used to indicate the state of the conditon. Multiple bits may be set in any combination.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ConditionState 
   Inherits System.Enum
C# 
[FlagsAttribute()]
public enum ConditionState : System.Enum 

Members

MemberDescription
Acked The condition has been acknowledged.
Active The condition has become active.
Enabled The condition has been enabled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.ConditionState

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

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.