tasks_move_sync
Description:
public bool tasks_move_sync (string tasklist_id, string task_id, string? parent_task_id, string? previous_task_id, Cancellable? cancellable = null) throws Error
Moves the specified task task_id to another position in the task list tasklist_id.
This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.
Parameters:
| this |
an GDataSession |
| tasklist_id |
id of a task list |
| task_id |
id of a task |
| parent_task_id |
parent task identifier, or |
| previous_task_id |
previous sibling task identifier, or |
| cancellable |
optional Cancellable object, or |
Returns:
|
whether succeeded |