Changes between Version 48 and Version 49 of GuiRpc
- Timestamp:
- Mar 12, 2021, 3:14:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v48 v49 228 228 and therefore easier to access from the GUI than from the client. 229 229 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 230 236 `result_op(RESULT&, const char* op)`:: 231 237 Perform a control operation on an active result. `op` is one of "suspend", "resume", or "abort".