Beispiel #1
0
 def is_canceled(self):
     return _rclpy.rclpy_is_timer_canceled(self.timer_handle)
Beispiel #2
0
 def is_canceled(self):
     with self.handle as capsule:
         return _rclpy.rclpy_is_timer_canceled(capsule)
Beispiel #3
0
 def is_canceled(self):
     return _rclpy.rclpy_is_timer_canceled(self.timer_handle)