Forrest logo
back to the pueue tool

pueue-pause:tldr:99749

pueue-pause: Pause all tasks in a group and prevent it from starting new tasks.
$ pueue pause --group ${group_name}
try on your machine

The command "pueue pause --group ${group_name}" is used to pause all the tasks that belong to a specific group in the Pueue task manager.

  • "pueue" refers to the executable file or command that runs the Pueue task manager.
  • "pause" is the action or subcommand that tells Pueue to pause tasks.
  • "--group" is an option that is followed by the name of the group you want to affect.
  • "${group_name}" is a placeholder that should be replaced with the actual name of the group you want to pause.

When you run this command, Pueue will find all the tasks that are associated with the specified group and then pause them. Pausing a task means that it will be temporarily suspended and won't be executed until you explicitly resume it.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool