Count all tasks that have state either 'todo' or 'in_progress'. May make multiple API calls, depending on number of tasks.
Execute the given ClientTasks, updating their state in the API. Currently, the only implemented task is 'update_item_share'.
ClientTask state is set to 'in_progress' once execution begins. Any tasks with state 'in_progress' or 'done' will raise an exception. Tasks with state 'failed' will be retried.
No tasks are initiated if any one of the tasks is unrecognized or cannot be started.
ClientTasks to be executed. Each must have state 'todo' or 'failed'.
If true, set the state of all tasks in the reponse to 'in_progress'
Filter results by state.
Filter results by target_id.
Generated using TypeDoc
A ClientTask describes a set of API actions the client has been requested to perform, usually encrypting some data with their private keys.