Changes between Version 12 and Version 13 of GuiRpc


Ignore:
Timestamp:
Aug 10, 2007, 8:24:16 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v12 v13  
    140140Perform 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
    142 === `project_attach(``char* url, ``char* account_id, ``bool use_config_file)` === #function-project_attach
    143 
    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
     144Attach to the given project.
    145145
    146146=== `set_run_mode(int mode, double duration)` === #function-set_run_mode
     
    176176Tell the core client to exit.
    177177
    178 === `acct_mgr_rpc(``const char* url, ``const char* name, ``const char* passwd, ``bool use_cached_credentials)` === #function-acct_mgr_rpc
     178=== `acct_mgr_rpc(``const char* url, ``const char* name, ``const char* passwd, ``bool use_config_file)` === #function-acct_mgr_rpc
    179179
    180180Do 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.