pub fn batch_plan_append(
queue: &mut QueueFile,
task_ids: &[String],
plan_items: &[String],
now_rfc3339: &str,
continue_on_error: bool,
) -> Result<BatchOperationResult>Expand description
Batch append plan items to multiple tasks.
§Arguments
queue- The queue file to modifytask_ids- List of task IDs to updateplan_items- Plan items to appendnow_rfc3339- Current timestamp for updated_atcontinue_on_error- If true, continue processing on individual failures
§Returns
A BatchOperationResult with details of successes and failures.