Changes between Version 3 and Version 4 of AndroidGuiDiscuss
- Timestamp:
- Sep 12, 2014, 1:52:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidGuiDiscuss
v3 v4 144 144 connected), can only study with access to books (wifi connected), can 145 145 only study when not distracted (screen off) etc. 146 It would entirely hide BOINC from the user s,no projects, no tasks, no146 It would entirely hide BOINC from the user: no projects, no tasks, no 147 147 preferences, no nothing. just a game. and it *actually helps science* 148 148 they will say. 149 150 == Available data == 151 152 GUI RPCs currently make available the following data, 153 which could be used by GUIs: 154 155 * In CC_STATE::time_stats 156 * "active time" (computation enabled) during current run of client 157 * Total active time. If the GUI wants to show e.g. active time in last week, 158 it can use this. 159 * The time BOINC first ran 160 * In PROJECT 161 * User and team names 162 * User and team total and average credit 163 * # of successful and failed jobs 164 * Elapsed time (total, of all jobs of this project). 165 May be > active time if multicore.