69 | | '''no_heartbeat''':: no heartbeat from client; clean up and exit(0). |
70 | | '''suspended''':: the client has requested that we suspend ourself. |
71 | | '''quit_request''':: the client has requested that we exit (will restart). |
72 | | '''reread_init_data_file''': project preferences have changed; reread them if needed. |
73 | | '''abort_request''': the client has request that we abort (no restart). |
74 | | '''working_set_size''':: our current working-set size |
75 | | '''max_working_set_size''':: the amount of available RAM |
76 | | '''network_suspended''':: set of network activity is not currently allowed |
| 69 | '''no_heartbeat''':: no heartbeat from client; clean up and exit(0). |
| 70 | '''suspended''':: the client has requested that we suspend ourself. |
| 71 | '''quit_request''':: the client has requested that we exit (will restart). |
| 72 | '''reread_init_data_file''': project preferences have changed; reread them if needed. |
| 73 | '''abort_request''': the client has request that we abort (no restart). |
| 74 | '''working_set_size''':: our current working-set size |
| 75 | '''max_working_set_size''':: the amount of available RAM |
| 76 | '''network_suspended''':: set of network activity is not currently allowed |