I'm am attempting to bypass reporting on tasks that are not active, the status changes occasionally.
I have been able to "Activate" as task using svr.Jobs.Tasks.Activate(tID), however I only want to report on the status, not change it as with: JobObject.Stats.Active, is there a JobObject.Tasks.Stats.Active that I'm just not finding?
Line 28 is where I would like to check the status, if active or not, if not then bypass the print.