Hi,
Just checking, but the old way in a job script of controlling a job script only being visible (not greyed out) of entering into the INI file:
“MultiSelect=False”
is now no longer possible and is replaced by either making the script enabled/disabled in the scripts menu OR by handling the multi-selection in the actual py script?
selectedJobs = MonitorUtils.GetSelectedJobs()
if len(selectedJobs) > 1:
scriptDialog.ShowMessageBox( "Only one job can be selected at a time.", "Multiple Jobs Selected" )
return
However, the above isn’t the same as not allowing the script to be executed in the first place…(I will live with the new approach!)
Thanks,
Mike