Class MotionComposerRunner

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.

Hierarchy

  • MotionComposerRunner

Constructors

Properties

Methods

Constructors

Properties

running: boolean = false

Indicates the running status of the Motion Composer as it executes and completes.

stop$: Subject<void> = ...

Emits on the stop$ subject to halt the execution of the entire Motion Composer after ongoing commands complete.

Methods

Generated using TypeDoc