Changes between Version 11 and Version 12 of GuiRpc
- Timestamp:
- Jul 13, 2007, 2:32:52 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v11 v12 138 138 === `project_op(PROJECT&, char* op)` === #function-project_op 139 139 140 Perform a control operation on the given project (only the master_url field needs to be set). `op` is one of "suspend", "resume", "reset", "detach", "update", "allowmorework", "nomorework". Available 5.10.14 and later: "detach_when_done", "dont_detach_when_done".140 Perform a control operation on the given project (only the `master_url` field needs to be set). `op` is one of "suspend", "resume", "reset", "detach", "update", "allowmorework", "nomorework". Since 5.10.14: "detach_when_done", "dont_detach_when_done". 141 141 142 142 === `project_attach(``char* url, ``char* account_id, ``bool use_config_file)` === #function-project_attach … … 207 207 208 208 Set the short- and long-term debts of the given projects (only the `master_url`, `short_term_debt`, and `long_term_debt` fields are used in the `PROJECT` structs). Available since BOINC 5.10.11. 209