If I right-click a running job, leave the context menu open until the job status changes to “Failed”, and then click “Suspend Job”, the Monitor crashes.
[code]Unhandled Exception: System.InvalidProgramException: can not suspend job, job.Status is not Active or Pending, it is Failed
at Deadline.Controllers.DataController.SuspendJob (Deadline.Jobs.Job job) [0x00000] in :0
at Deadline.Controllers.DataController+l.c (System.Object A_0) [0x00000] in :0
Stacktrace:
at (wrapper managed-to-native) Python.Runtime.Runtime.PyImport_ExecCodeModule (string,intptr) <0xffffffff>
at Python.Runtime.PythonEngine.ModuleFromString (string,string) <0x00077>
at FranticX.Scripting.PythonNetScriptEngine.ExecuteScript (string,string) <0x0012f>
at FranticX.Scripting.PythonNetScriptEngine.ExecuteFile (string) <0x00043>
at Deadline.Scripting.DeadlineScriptEngine.ExecuteFile (string) <0x00023>
at a.a (string[]) <0x0089b>
at (wrapper runtime-invoke) .runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
[/code]