Forrest logo
back to context overview

pueue-pause

List of commands for pueue-pause:

  • pueue-pause:tldr:4733d pueue-pause: Pause all tasks and prevent all groups from starting new tasks.
    $ pueue pause --all
    try on your machine
    explain this command
  • pueue-pause:tldr:94b6b pueue-pause: Pause a running task.
    $ pueue pause ${task_id}
    try on your machine
    explain this command
  • 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
    explain this command
  • pueue-pause:tldr:d2578 pueue-pause: Pause a running task and stop all its direct children.
    $ pueue pause --children ${task_id}
    try on your machine
    explain this command
  • pueue-pause:tldr:f1b34 pueue-pause: Pause all tasks in the default group.
    $ pueue pause
    try on your machine
    explain this command
back to context overview