Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
class
InstanceStatus(StrEnum):
68
READY =
"ready"
69
BUSY =
"busy"
70
RELOADING =
"reloading"
71
DISCONNECTED =
"disconnected"
72
73
74
def
_timestamp_ms() -> int:
Callers
1
_handle_unity_message
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected