Struct holding options for gmp get_tasks command.
More...
#include <gmp.h>
|
| const char * | actions |
| | Actions argument.
|
| const char * | task_id |
| | ID of single task to get.
|
| int | details |
| | Whether to include overrides in the tasks.
|
| int | rcfile |
| | Ignored. Removed since GMP 6.0.
|
Struct holding options for gmp get_tasks command.
Definition at line 142 of file gmp.h.
◆ actions
| const char* gmp_get_task_opts_t::actions |
◆ details
| int gmp_get_task_opts_t::details |
Whether to include overrides in the tasks.
Definition at line 147 of file gmp.h.
◆ rcfile
| int gmp_get_task_opts_t::rcfile |
Ignored. Removed since GMP 6.0.
Definition at line 148 of file gmp.h.
◆ task_id
| const char* gmp_get_task_opts_t::task_id |
The documentation for this struct was generated from the following file: