Convenience: set status to busy.
(&self, session_id: &str)
| 116 | |
| 117 | /// Convenience: set status to busy. |
| 118 | pub async fn set_busy(&self, session_id: &str) { |
| 119 | self.set(session_id, SessionStatusInfo::Busy).await; |
| 120 | } |
| 121 | |
| 122 | /// Convenience: set status to retry with details. |
| 123 | /// Matches TS retry status with message and next timestamp. |