Visual Basic (Declaration) | |
---|---|
Public Enum CustomStepStatusCode Inherits System.Enum |
C# | |
---|---|
public enum CustomStepStatusCode : System.Enum |
C++/CLI | |
---|---|
public enum class CustomStepStatusCode : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
AverageLoop | The measurement should not process the display part of the measurement list. | — |
DoUpdate | The measurement should update at the end of the measurement list. | — |
MeasurementDone | The measurement should pause at the end of the measurement list. | — |
Ok | The measurement should process the rest of the measurement list. | — |
UpdateNow | The measurement should update now and not process the rest of the measurement list. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)