RunModes
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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 .