Seq_RunSequence¶
Seq_RunSequence runs a sequence of the current workspace. If the sequencer is already executing a sequence at this point of time, e.g. because the function is called from a Run Script Action, the call will be placed in a queue together with calls of Seq_SwitchWorkspace and executed after the current sequence run has finished. Calling a sequence out of itself will lead to an endless loop.
- Seq_RunSequence(sSequenceName)¶
Return Value
If the function succeeds, the return value is TRUE (1) otherwise it is FALSE (0). If the call has to be placed in the queue, the return value is always TRUE (1).
History
Version |
Description |
---|---|
R2024.4 |
New. |
See also
id-1262328