Enum CancelResponse

Enum Documentation

enum class rclcpp_action::CancelResponse : int8_t

A response returned by an action server callback when a goal has been asked to be canceled.

Values:

enumerator REJECT

The server will not try to cancel the goal.

enumerator ACCEPT

The server has agreed to try to cancel the goal.