MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / InstanceStatus

Class InstanceStatus

relay/protocol.py:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class InstanceStatus(StrEnum):
68 READY = "ready"
69 BUSY = "busy"
70 RELOADING = "reloading"
71 DISCONNECTED = "disconnected"
72
73
74def _timestamp_ms() -> int:

Callers 1

_handle_unity_messageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected