Status¶
- async momotor.rpc.status.client.multi_job_status_stream(stub, *, connect_timeout=None, status_timeout=None)¶
Async generator that connects to the
multiJobStatusStream()client endpoint and yields theJobStatusStreamstatus messages- Parameters
stub (
ClientStub) – The connected client stub
- Return type