| 64 | | It has following structure: |
| 65 | | {{{ |
| 66 | | <graphics_status> |
| 67 | | <updated_time>X</updated_time> |
| 68 | | <cpu_time>X</cpu_time> |
| 69 | | <elapsed_time>X</elapsed_time> |
| 70 | | <fraction_done>X</fraction_done> |
| 71 | | <boinc_status> |
| 72 | | <no_heartbeat>0|1</no_heartbeat> |
| 73 | | <suspended>0|1</suspended> |
| 74 | | <quit_request>0|1</quit_request> |
| 75 | | <reread_init_data_file>0|1</reread_init_data_file> |
| 76 | | <abort_request>0|1</abort_request> |
| 77 | | <network_suspended>0|1</network_suspended> |
| 78 | | </boinc_status> |
| 79 | | </graphics_status> |
| 80 | | }}} |
| 81 | | Required elements: |
| 82 | | '''updated_time''':: |
| 83 | | UNIX time of the last time this file was updated. |
| 84 | | '''cpu_time''':: |
| 85 | | Amount of CPU time this task has consumed, in seconds. |
| 86 | | '''elapsed_time''':: |
| 87 | | Amount of wall clock time this task has consumed, in seconds. |
| 88 | | '''fraction_done''':: |
| 89 | | What percentage of the overall task is complete, values between 0..1. |
| 90 | | '''no_heartbeat''':: |
| 91 | | Whether or not the task has received a heartbeat as of the last update. |
| 92 | | '''suspended''':: |
| 93 | | Whether or not the task is suspended. |
| 94 | | '''quit_request''':: |
| 95 | | Whether or not the task has been requested to exit. |
| 96 | | '''reread_init_data_file''':: |
| 97 | | Whether or not the task should reread all initialization data. |
| 98 | | '''abort_request''':: |
| 99 | | Whether or not the task has been requested to abort. |
| 100 | | '''network_suspended''':: |
| 101 | | Whether or not the task has been told the network has been suspended. |
| | 62 | Reference: [BasicApi#GraphicsStatus boinc_graphics_status.xml] |