12345678910111213141516171819 |
- .. highlightlang:: c
- Client Functions
- ----------------
- .. index:: object: gearman_status_t
- gearman_status_t requires no allocation or deallocation.
- This a complete list of all functions that work with a gearman_status_t,
- see their individual pages to learn more about them.
- .. c:function:: bool gearman_status_is_successful(const gearman_status_t);
- .. c:function:: gearman_task_st *gearman_status_task(const gearman_status_t);
|