AVEVA OMI Software Developer Kit



ArchestrA.Client.RuntimeData Namespace : StatusSettingType Enumeration
StatusSettingType Enumeration
Specifies the status type based on Galaxy style library settings.
Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Design", 
   "CA1028:EnumStorageShouldBeInt32", 
   Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")>
Public Enum StatusSettingType 
   Inherits System.Enum
'Usage
 
Dim instance As StatusSettingType
[SuppressMessage("Microsoft.Design", 
   "CA1028:EnumStorageShouldBeInt32", 
   Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")]
public enum StatusSettingType : System.Enum 
[SuppressMessage("Microsoft.Design", 
   "CA1028:EnumStorageShouldBeInt32", 
   Justification="Intentionaly this enum has been derived from byte to reduce the Memory foot print")]
public enum class StatusSettingType : public System.Enum 
Members
MemberDescription
Bad Represents a Bad Error type.
Comm Represents a Communication Error type.
Config Represents a Configuration Error type.
DeviceFailure Represents a Device Failure Error type.
Good Represents Good.
Initializing Represents an Initializing Error type.
LiveValuePlayback 
Operational Represents an Opererational Error type.
OutOfService Represents an Out Of Service Error type.
Pending Represents a Pending Error type.
Security Represents a Security Error type.
Software Represents a Software Error type.
Uncertain Represents an Uncertain Error type.
Unknown Represents an Unknown type.
Warning Represents a Warning Error type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.RuntimeData.StatusSettingType

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