Type alias RequestStatus

RequestStatus: "started" | "running" | "succeeded" | "failed"

Request can be:

  • started on the client side,
  • running where Motion Master reports that the procedure is in progress,
  • succeeded if the request was completed successfully or the progress has reached 100%,
  • failed if anything goes wrong.

Generated using TypeDoc