pueue start
Resume operation of specific tasks or groups of tasks.
See also: `pueue pause`.
- Resume all tasks in the default group:
pueue start
pueue start {task_id}
- Resume multiple tasks at once:
pueue start {task_id} {task_id}
- Resume all tasks and start their children:
pueue start --all --children
- Resume all tasks in a specific group:
pueue start group {group_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).