Changes between Version 11 and Version 12 of GuiRpc


Ignore:
Timestamp:
Jul 13, 2007, 2:32:52 PM (17 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v11 v12  
    138138=== `project_op(PROJECT&, char* op)` === #function-project_op
    139139
    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".
     140Perform 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".
    141141
    142142=== `project_attach(``char* url, ``char* account_id, ``bool use_config_file)` === #function-project_attach
     
    207207
    208208Set 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