NAME
TaskPipe::Tool::Command_ShowJobs - show currently running TaskPipe jobs
PURPOSE
Show a list of the currently executing TaskPipe jobs on the system
DESCRIPTION
show jobs
is useful when you have processes running in the background (i.e. you executed them using the --shell=background
parameter.)
To stop a TaskPipe process which is running in the background, you can use show jobs
to find the TaskPipe job_id
and use this in combination with stop job
taskpipe show jobs
taskpipe stop job --job_id=<insert job id>
See the help for stop job
for more information.
AUTHOR
Tom Gracey <tomgracey@gmail.com>
COPYRIGHT AND LICENSE
Copyright (c) Tom Gracey 2018
TaskPipe is free software, licensed under
The GNU Public License Version 3