Type alias MotionComposerFlowCommandStatus

MotionComposerFlowCommandStatus: "failed" | "running" | "succeeded"

Represents the status of a command in the flow.

  • 'failed': Command execution failed, e.g., failure to reset fault or reach the target profile.
  • 'running': Command has started, emitted immediately upon execution.
  • 'succeeded': Command executed successfully.

Generated using TypeDoc