rpos::core::ActionStatus Enum Type

ActionStatus Defines all the status of an Action

Header File

rpos/core/action.h

Applies to

  • Slamware

Enum Items

Item Description
ActionStatusWaitingForStart The related action is waiting for start.
ActionStatusRunning The related action is running currently.
ActionStatusFinished The related action has finished its job.
ActionStatusPaused The related action has been paused.
ActionStatusStopped The related action has been canelled and stopped.
ActionStatusError The related action has been stopped due to some error.