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
Edited by moderator
2015-06-23T05:24:14Z
|
Reason: Not specified