Struct holding options for gmp get_tasks command.
More...
#include <gmp.h>
|
| const char * | filter |
| | Filter argument.
|
| int | timeout |
| | Timeout for GMP response.
|
| const char * | actions |
| | Actions argument.
|
| 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 123 of file gmp.h.
◆ actions
| const char* gmp_get_tasks_opts_t::actions |
Actions argument.
Definition at line 127 of file gmp.h.
◆ details
| int gmp_get_tasks_opts_t::details |
Whether to include overrides in the tasks.
Definition at line 129 of file gmp.h.
◆ filter
| const char* gmp_get_tasks_opts_t::filter |
◆ rcfile
| int gmp_get_tasks_opts_t::rcfile |
Ignored. Removed since GMP 6.0.
Definition at line 130 of file gmp.h.
◆ timeout
| int gmp_get_tasks_opts_t::timeout |
The documentation for this struct was generated from the following file: