Private
clientIndicates the running status of the Motion Composer as it executes and completes.
Private
stop$Emits on the stop$
subject to halt the execution of the entire Motion Composer after ongoing commands complete.
Executes the provided Motion Composer. Flows run in parallel, while commands within each flow are executed sequentially.
Generated using TypeDoc
The MotionComposerRunner executes a Motion Composer data structure (file).
Execution can be stopped, but this will only happen after the current command completes.
The class maintains the
running
state.While executing, the observable returned by the
run
method emits the entire Motion Composer data structure, including updated status for each command as it starts, succeeds, or fails.