Can I get the job state in HPC without having to use a callback event?

Answered Can I get the job state in HPC without having to use a callback event?

  • Monday, May 14, 2012 3:29 PM
     
     

    Is there a way that I can ask the scheduler to give me the job state back using c# where I don't have to use a callback event?

    I have a loop that is running in the main method.  I would like to stop that loop when the task, or job is finished something like this:

    if (jobFinished)

    { //set progress to 100% and end.

    }

All Replies