Skip to content

WaitAnyResult

Result of a multi-channel wait. Returned by: comms.wait_any()

FieldReturnsMeaning
.statusstring"ok" (one queued message consumed) or "invalid_channel" (some listed id invalid). Valid empty queues keep waiting rather than returning
.messagestringPlayer-readable explanation
.channelstring or NoneThe channel the consumed message came from
.packetCommsMessage or NoneThe consumed message