Changes between Version 12 and Version 13 of GuiRpc
- Timestamp:
- Aug 10, 2007, 8:24:16 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v12 v13 140 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 === `project_attach(``char* url, ``char* account_ id, ``bool use_config_file)` === #function-project_attach143 144 Attach to the given project. If `use_config_file` is true, use the project URL (and account key, if present) in the [ClientStartup project_init.xml] file.142 === `project_attach(``char* url, ``char* account_key, ``char* project_name)` === #function-project_attach 143 144 Attach to the given project. 145 145 146 146 === `set_run_mode(int mode, double duration)` === #function-set_run_mode … … 176 176 Tell the core client to exit. 177 177 178 === `acct_mgr_rpc(``const char* url, ``const char* name, ``const char* passwd, ``bool use_c ached_credentials)` === #function-acct_mgr_rpc178 === `acct_mgr_rpc(``const char* url, ``const char* name, ``const char* passwd, ``bool use_config_file)` === #function-acct_mgr_rpc 179 179 180 180 Do an Account Manager RPC to the given URL, passing the given name/password. If `use_cached_credentials` is true, then the existing URL, username, and password are used and the core client updates the project information from the account manager. If the RPC is successful, save the account info on disk (it can be retrieved later using [#function-acct_mgr_info acct_mgr_info()]). If `url` is the empty string, remove account manager info from disk.