SwitchExecLifetimes
- Updated2025-07-21
- 1 minute(s) read
SwitchExecLifetimes
This data type contains values that specify a switch connection lifetime. Use the values of this enumeration with the Step.SwitchExecConnectionLifetime and StepType.SwitchExecConnectionLifetime properties.
- SwitchExecLifetime_Execution –(Value: 1) Specifies that the route is connected until the execution completes.
- SwitchExecLifetime_Manual –(Value: 0) Specifies that the route is connected until manually disconnected.
- SwitchExecLifetime_Sequence –(Value: 3) Specifies that the route is connected until the sequence completes executing.
- SwitchExecLifetime_Step –(Value: 4) Specifies that the route is connected until the step completes executing.
- SwitchExecLifetime_Thread –(Value: 2) Specifies that the route is connected until the thread completes.