Seq_SwitchWorkspace¶
Seq_SwitchWorkspace switches the sequencer to an existing 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_RunSequence and executed after the current sequence run has finished.
- bool = Seq_SwitchWorkspace(sFolderPath)
Return Value
If the function succeeds and sFolderPath points to a valid workspace folder, the return value is TRUE (1); otherwise it is FALSE (0). Valid workspace folders contain at least the folder “Sequences”. If the call has to be placed in the queue, the return value is always TRUE (1).
Parameters
- sFolderPath
sFolderPath is the path to the workspace folder.
History
Version |
Description |
---|---|
R2024.4 |
New. |
See also
id-1696442