LinuxCommandLibrary

pueue-pause

Pause pueue task queue processing

TLDR

Pause all tasks

$ pueue pause
copy
Pause specific task
$ pueue pause [task_id]
copy
Pause group
$ pueue pause --group [group]
copy
Wait for current to finish
$ pueue pause --wait
copy

SYNOPSIS

pueue pause [options] [taskids_]

DESCRIPTION

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.

PARAMETERS

TASKIDS_

Tasks to pause.
--group NAME
Pause specific group.
--wait
Wait for running tasks.
--all
Pause all groups.

CAVEATS

Running tasks not affected. Part of pueue.

HISTORY

pueue pause provides queue pausing functionality.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community