status

Sends a status request to the specified actor address and awaits the corresponding response.

Return

A Result containing the Response (typically a Response.Status) received in response, or an error if the operation fails.

Parameters

addr

The address of the actor for which the status is being requested.

Throws

if the response ID does not match the request ID.