StepTypes

These constants containing the type names for the built-in step types. Use these constants with the Engine.NewStep method to create a step of a particular step type.

Note This list represents only the commonly used step type names.
  • StepType_Action –(Value: "Action")
  • StepType_Break –(Value: "NI_Flow_Break")
  • StepType_CallExecutable –(Value: "CallExecutable")
  • StepType_Case –(Value: "NI_Flow_Case")
  • StepType_Continue –(Value: "NI_Flow_Continue")
  • StepType_DoWhile –(Value: "NI_Flow_DoWhile")
  • StepType_Else –(Value: "NI_Flow_Else")
  • StepType_ElseIf –(Value: "NI_Flow_ElseIf")
  • StepType_End –(Value: "NI_Flow_End")
  • StepType_For –(Value: "NI_Flow_For")
  • StepType_ForEach –(Value: "NI_Flow_ForEach")
  • StepType_Goto –(Value: "Goto")
  • StepType_If –(Value: "NI_Flow_If")
  • StepType_Label –(Value: "Label")
  • StepType_LimitLoader –(Value: "LimitLoaderStep ") This constant is obsolete. Use StepType_PropertyLoaderEx instead.
  • StepType_MessagePopup –(Value: "MessagePopup")
  • StepType_MultiNumericMeasurement –(Value: "NI_MultipleNumericLimitTest")
  • StepType_NumericMeasurement –(Value: "NumericLimitTest")
  • StepType_PassFailTest –(Value: "PassFailTest")
  • StepType_PropertyLoader –(Value: "NI_VariableAndPropertyLoader") This constant is obsolete. Use StepType_PropertyLoaderEx instead.
  • StepType_PropertyLoaderEx –(Value: "NI_PropertyLoader")
  • StepType_Select –(Value: "NI_Flow_Select")
  • StepType_SequenceCall –(Value: "SequenceCall")
  • StepType_Statement –(Value: "Statement")
  • StepType_StreamLoop –(Value: "NI_Flow_StreamLoop")
  • StepType_StringMeasurement –(Value: "StringValueTest")
  • StepType_SweepLoop –(Value: "NI_Flow_SweepLoop")
  • StepType_Wait –(Value: "NI_Wait")
  • StepType_While –(Value: "NI_Flow_While")

See Also

Engine.NewStep

StepType