(&self)
| 15 | } |
| 16 | |
| 17 | pub(super) async fn cancel_current(&self) -> bool { |
| 18 | RunControlState::from_session(self.session).cancel().await |
| 19 | } |
| 20 | |
| 21 | pub(super) async fn cancel_run(&self, run_id: &str) -> bool { |
| 22 | RunControlState::from_session(self.session) |