
pueue-kill
List of commands for pueue-kill:
-
pueue-kill:tldr:178a9 pueue-kill: Kill all tasks in the default group.$ pueue killtry on your machineexplain this command
-
pueue-kill:tldr:1a456 pueue-kill: Kill a task and terminate all its child processes.$ pueue kill --children ${task_id}try on your machineexplain this command
-
pueue-kill:tldr:45453 pueue-kill: Kill all tasks across all groups and pause all groups.$ pueue kill --alltry on your machineexplain this command
-
pueue-kill:tldr:60ba8 pueue-kill: Kill a specific task.$ pueue kill ${task_id}try on your machineexplain this command
-
pueue-kill:tldr:d7def pueue-kill: Kill all tasks in a group and pause the group.$ pueue kill --group ${group_name}try on your machineexplain this command