Whether `stop()` has been called on this handle.
(&self)
| 1039 | |
| 1040 | /// Whether `stop()` has been called on this handle. |
| 1041 | fn is_stopped(&self) -> bool { |
| 1042 | self.cancel.is_cancelled() |
| 1043 | } |
| 1044 | } |
| 1045 | |
| 1046 | /// AI coding agent. Create with `Agent.create()`, then call `agent.session()`. |
no outgoing calls