(self)
| 828 | |
| 829 | @property |
| 830 | def done(self) -> bool: |
| 831 | return self._status in [MaaStatusEnum.succeeded, MaaStatusEnum.failed] |
| 832 | |
| 833 | @property |
| 834 | def succeeded(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected