I would like to know if there's any way, through DI's web services to know if a job is running on the job server or not. I am building a .NET application that will allow a user to manually launch a job, but I need to prevent the users from launching the job if it's already running.
I am using Data Integrator 7.2
Thanks