Changes between Version 48 and Version 49 of GuiRpc


Ignore:
Timestamp:
Mar 12, 2021, 3:14:21 PM (3 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v48 v49  
    228228 and therefore easier to access from the GUI than from the client.
    229229
     230 `reset_host_info()`::
     231 Tell the client to get host parameters
     232 (RAM and disk sizes, #CPUs) again.
     233 Do this if you're running the client in a container,
     234 and you change the parameters of the container.
     235
    230236 `result_op(RESULT&, const char* op)`::
    231237 Perform a control operation on an active result. `op` is one of "suspend", "resume", or "abort".