Python YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
yasmin_ros.basic_outcomes Namespace Reference

Variables

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

Detailed Description

This module defines a set of status codes that can be used to represent 
the outcome of various operations within the application. These codes can 
be utilized for error handling, logging, and user feedback.

Variable Documentation

◆ ABORT

str yasmin_ros.basic_outcomes.ABORT = "aborted"

Indicates that an operation was aborted before completion.

◆ CANCEL

str yasmin_ros.basic_outcomes.CANCEL = "canceled"

Indicates that an operation was canceled by the user or system.

◆ SUCCEED

str yasmin_ros.basic_outcomes.SUCCEED = "succeeded"

Indicates that an operation has completed successfully.

◆ TIMEOUT

str yasmin_ros.basic_outcomes.TIMEOUT = "timeout"

Indicates that an operation has timed out and did not complete in a timely manner.