Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


rloesche
2015-06-12T16:05:51Z
Hi all,
I need some help with regard to getting the status of a job. In the GUI you can see whether a job is activated or not. I can change the status via the API:

  • server.Jobs.DeActivate(job);
  • server.Jobs.Activated(job);

I would like to find out what the actual activation status of a job is. I'm missing a method like:
Jobs.isActivated(job)

Am I simply blind? How would I do that?

kind regards
Ralf
Sponsor
Forum information
rloesche
2015-06-13T14:28:40Z
Yes, I was blind: job.Stats.Active is the property
Scroll to Top