Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 297 Bytes

result.rst

File metadata and controls

17 lines (13 loc) · 297 Bytes

Result

taco

json

result

This message is used when a command has completed successfully. The result attribute holds the return value, if there is one, or null otherwise.

{
    "action": "result",
    "result": null
}