← 返回命令列表

Linux command

pueue-pause 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Pause all tasks

pueue pause

Pause specific task

pueue pause [task_id]

Pause group

pueue pause --group [group]

Wait for current to finish

pueue pause --wait

说明

pueue pause pauses the task queue, preventing new tasks from starting. Currently running tasks continue to completion unless individually paused. Use --wait to let running tasks finish before pausing takes effect, or --group to pause only a specific task group.

参数

--group _NAME_
Pause specific group.
--wait
Wait for running tasks.
--all
Pause all groups.

FAQ

What is the pueue-pause command used for?

pueue pause pauses the task queue, preventing new tasks from starting. Currently running tasks continue to completion unless individually paused. Use --wait to let running tasks finish before pausing takes effect, or --group to pause only a specific task group.

How do I run a basic pueue-pause example?

Run `pueue pause` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --group _NAME_ do in pueue-pause?

Pause specific group.