bree icon indicating copy to clipboard operation
bree copied to clipboard

[feat] function to list all runnning jobs

Open spyshow opened this issue 3 years ago • 1 comments
trafficstars

hi all

it would be great to have a function to list all the running jobs name i tried to search the document about such function but i found none

thanks and regards

spyshow avatar Nov 06 '22 19:11 spyshow

You can try this:

const jobsRunning = bree.config.jobs.map((j: { name: string }) => j.name)

AlvaroBrasilia avatar Dec 09 '22 01:12 AlvaroBrasilia