I have a java program scheduled in CMC but I don't want two instances of the program to run at the same time, how do i prevent that? Is it possible to achieve this via CMC configurations?
Also with java i was unable to determine if an instance of the program in currently running.
Thanks