Touchstone Re 2023 API Reference
OutputState Enumeration


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Data Namespace : OutputState Enumeration
Provides a set of codes to identify the output state of a log file associated with a specific Activity.
Syntax
Public Enum OutputState 
   Inherits System.Enum
Dim instance As OutputState
public enum OutputState : System.Enum 
Members
MemberDescription
CompleteDefines a Complete output state (2).
IncompleteDefines an Incomplete output state (1).
InvalidDefines an Invalid output state (0).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.ActivityManagement.Data.OutputState

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

Reference

AIR.Services.ActivityManagement.Data Namespace