
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 --alltry on your machineexplain this command
-
pueue-pause:tldr:94b6b pueue-pause: Pause a running task.$ pueue pause ${task_id}try on your machineexplain 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 machineexplain 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 machineexplain this command
-
pueue-pause:tldr:f1b34 pueue-pause: Pause all tasks in the default group.$ pueue pausetry on your machineexplain this command