Public Attributes | |
const gchar * | name |
gint | error |
Create a new queue of process for sedflux to run. The processes are initialized using the process file, file
.
If the string array, user_data
is non-NULL, it is a NULL-terminated list of strings that indicate which processes should be active. This will override the process file of the epochs. Any process not listed in active
will NOT be active.
file | The file containing the process information | |
user_data | A string array of process to activate (or NULL) | |
error | A GError |
Definition at line 117 of file init.c.
const gchar* Process_check_t::name |