Python YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
basic_outcomes.py File Reference

Namespaces

namespace  yasmin_ros
 
namespace  yasmin_ros.basic_outcomes
 

Variables

str yasmin_ros.basic_outcomes.SUCCEED = "succeeded"
 Indicates that an operation has completed successfully.
 
str yasmin_ros.basic_outcomes.ABORT = "aborted"
 Indicates that an operation was aborted before completion.
 
str yasmin_ros.basic_outcomes.CANCEL = "canceled"
 Indicates that an operation was canceled by the user or system.
 
str yasmin_ros.basic_outcomes.TIMEOUT = "timeout"
 Indicates that an operation has timed out and did not complete in a timely manner.