Our SOA-based application can pass back application errors from the service to the client. These are our own internal errors rather than HPC errors.
We have noticed that when this happens, the application state is marked "Finished" in the HPC Cluster Manager jobs table.
Is there any way to programmatically set the job state to "Failed" instead?
The ISchedulerJob.State property is read only. Is there any other way to change this state?
Thanks.