| Name
| Data Type
| Description
|
| check_heartbeat
| bool
| Signals whether this process should check if the BOINC Daemon is still running
|
| direct_process_action
| bool
| Signals that this process should take the appropriate action (exit, suspend, resume, etc.), as opposed to just setting a flag in BOINC_STATUS, if the BOINC Daemon heartbeat stops or if it receives a process control message
|
| handle_process_control
| bool
| Signals whether this process should handle process control messages.
|
| handle_trickle_downs
| bool
| Signals that this process may call `boinc_receive_trickle_down()`
|
| handle_trickle_ups
| bool
| Signals that this process may call `boinc_send_trickle_up()`
|
| main_program
| bool
| Signals that this process is the main program in a BOINC Application
|
| send_status_msgs
| bool
| Signals that this process will send CPU Time and fraction done messages to the BOINC Daemon.
|