RunModes

Use these constants to specify the type of action you want to take before executing the step.

  • RunMode_ForceFail –(Value: "Fail") The step does not execute. Instead, the step status is set to Failed .
  • RunMode_ForcePass –(Value: "Pass") The step does not execute. Instead, the step status is set to Passed .
  • RunMode_Normal –(Value: "Normal") The step executes normally.
  • RunMode_Skip –(Value: "Skip") The step does not execute. Instead, the step status is set to Skipped .

See Also

Step.GetRunModeEx

Step.SetRunModeEx