SequenceCallModule.NewExecutionWaitForCompletion
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SequenceCallModule.NewExecutionWaitForCompletion
Syntax
SequenceCallModule.NewExecutionWaitForCompletion
Data Type
Use the following constants with this data type:
- SeqCallWait_BeforeNextStep –(Value: 1) The calling sequence waits for the execution to complete before it executes another step.
- SeqCallWait_DoNotWait –(Value: 0) The calling sequence does not wait for the execution to complete.
- SeqCallWait_EndOfSequence –(Value: 2) The calling sequence waits for the execution to complete before the calling sequence returns.
Purpose
Specifies whether and when to wait for the execution to complete after calling a subsequence in a new execution.