LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-start

Resume paused pueue tasks or groups

TLDR

Start paused task
$ pueue start [task_id]
copy
Start all tasks
$ pueue start --all
copy
Start group
$ pueue start --group [group_name]
copy
Start multiple specific tasks
$ pueue start [task_id_1] [task_id_2] [task_id_3]
copy

SYNOPSIS

pueue start [options] [taskids_]

DESCRIPTION

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.

PARAMETERS

--all, -a

Start all tasks.
--group, -g name
Start specific group.

CAVEATS

Tasks must be in a paused or queued state. Use pueue status to check task states before starting. The pueue daemon must be running.

HISTORY

pueue start is part of pueue by Arne Beer, a command-line task manager for sequential and parallel execution.

SEE ALSO

Copied to clipboard
Kai