A client library for the async-tasks API.
A client library for the async-tasks API.
(add-behavior _ id behavior)Adds a behavior to an existing task by ID, passing in a map which specifies the new behavior to add.
Adds a behavior to an existing task by ID, passing in a map which specifies the new behavior to add.
(add-completed-status this id status)Adds a status to an existing task by ID, passing in a map which specifies the new status to add. Additionally, completes the task.
Adds a status to an existing task by ID, passing in a map which specifies the new status to add. Additionally, completes the task.
(add-status this id status)Adds a status to an existing task by ID, passing in a map which specifies the new status to add.
Adds a status to an existing task by ID, passing in a map which specifies the new status to add.
(add-status* _ id status complete?)(create-task _ task)Create a new task and mint an ID for it.
Create a new task and mint an ID for it.
(delete-by-id _ id)Deletes an async task by ID
Deletes an async task by ID
(get-by-filter _ filters)Get a set of async tasks that match the provided filters.
Get a set of async tasks that match the provided filters.
(get-by-id _ id)Fetches an async task by ID
Fetches an async task by ID
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |