I setup a Job that triggers every 1 second. It then uses a flow to run another job async that is set to queue which sleeps for 2 seconds. If I let this run for 5 minutes and then stop the triggered job the other job will keep running until the job queue is clear.
Is there a way I can get the list of Jobs that have been queued using the .NET API.