MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / done

Method done

source/binding/Python/maa/define.py:830–831  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected