Hello im new to frappe/erpnext is it possible to check the status of background jobs ? I use this method to create a background job enqueue(method, queue='default', timeout=None, event=None, is_async=True, job_name=None, now=False, enqueue_after_commit=False, **kwargs)
I want to get the background status so that i can disable or enable the button in frappe disable if the background is still running