custom_inspect_cmd
Ask the workers to reply with x.
def custom_inspect_cmd(
state: Any,
x: int
) - > dict
Ask the workers to reply with x.
Parameters
| Name | Type | Description |
|---|---|---|
| state | Any | The current state object of the worker or inspector context |
| x | int | The integer value to be sent to and returned by the workers |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing an 'ok' key with a confirmation message including the received integer value |