gearman_state_t.rst 437 B

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