Changes between Version 17 and Version 18 of GuiRpc
- Timestamp:
- Jun 30, 2008, 1:02:41 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v17 v18 74 74 === `get_results(RESULTS&)` === #function-get_results 75 75 76 Get a list of [Job Outresults]. Those that are in progress will have information such as CPU time and fraction done. Each result includes a name; use `CC_STATE::lookup_result()` to find this result in the current static state; if it's not there, call [#function-get_state get_state()] again.76 Get a list of [JobIn results]. Those that are in progress will have information such as CPU time and fraction done. Each result includes a name; use `CC_STATE::lookup_result()` to find this result in the current static state; if it's not there, call [#function-get_state get_state()] again. 77 77 78 78 === `get_screensaver_mode(int& status)` === #function-get_screensaver_mode