'=== Script Name: EndBatch '=== Execution Type: Execute '=== Expression: MyContainer.RunningStatus '=== Trigger Type: OnFalse '=== Body: ' ***** EndBatch Script ***** ' ' This script detects when the Boxer stops ' and then end the job currently running in the Boxer ' Verify that there is a job currently running in the Boxer IF(NOT System.String.IsNullOrEmpty(Me.JobExec.JobPos0.CurWoId)) THEN ' End current job Me.JobExec.EndJobCmd = true; ENDIF;