Tasks
The Tasks API is used to manage a site's tasks. Learn more.
Guides
Additional information about this section
Functions
Perform actions on an object
- completeTask( )
Sets a task as completed.
- createTask( )
Creates a new task.
- getTask( )
Gets a task by ID.
- removeTask( )
Removes an existing task.
- resetTask( )
Resets a task as not completed.
- updateTaskFields( )
Updates the specified fields of an existing task.