Changes between Version 9 and Version 10 of GuiRpc
- Timestamp:
- Jul 13, 2007, 1:46:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v9 v10 138 138 === `project_op(PROJECT&, char* op)` === #function-project_op 139 139 140 Perform a control operation on the given project . `op` is one of "suspend", "resume", "reset", "detach", or "update".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", "detach_when_done", or "dont_detach_when_done". 141 141 142 142 === `project_attach(``char* url, ``char* account_id, ``bool use_config_file)` === #function-project_attach