Linux command
pueue-start 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Start paused task
pueue start [task_id]
Start all tasks
pueue start --all
Start group
pueue start --group [group_name]
Start multiple specific tasks
pueue start [task_id_1] [task_id_2] [task_id_3]
说明
pueue start resumes paused tasks or groups in the pueue task queue. Tasks that were paused with pueue pause can be resumed to continue execution.
参数
- --all, -a
- Start all tasks.
- --group, -g _name_
- Start specific group.
FAQ
What is the pueue-start command used for?
pueue start resumes paused tasks or groups in the pueue task queue. Tasks that were paused with pueue pause can be resumed to continue execution.
How do I run a basic pueue-start example?
Run `pueue start [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --all, -a do in pueue-start?
Start all tasks.