Keysight 89600 VSA .NET API
OperationState Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace : OperationState Enumeration


Glossary Item Box

Indicates the current state of an operation.

Syntax

Visual Basic (Declaration) 
Public Enum OperationState 
   Inherits System.Enum
C# 
public enum OperationState : System.Enum 
C++/CLI 
public enum class OperationState : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
CanceledThe operation is not running (canceled).
CancelingThe operation is running (but cancellation is in progress).
CompletedThe operation is not running (successful).
FailedThe operation is not running (due to some error).
RunningThe operation is running.
WaitingToRunThe operation is not started yet.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also