I want to check if a job is enabled. What is the correct parameter for this?
JobDescribe "MyJob", "???", Status
I've tried status, active and enabled - none work
JobDescribe "MyJob", "DISABLED", Status
This returns either "Y" or "N"
: I want to check if a job is enabled. What is the correct parameter for this?
: JobDescribe "MyJob", "???", Status
: I've tried status, active and enabled - none work