Batch Manager Log status codes
          This table describes each status code in the Batch Manager Log:
         
         | Status | Description | 
|---|---|
| Completed | The task has run successfully. | 
| Completed With Errors | The task has finished running, but with one or more errors. Information on the errors is displayed in the Note column in the grid. | 
| Completed With Warnings | The task has finished running, but with one or more warnings. Information on the warnings is displayed in the Note column in the grid. | 
| Disconnected | The Batch Manager crashed or was stopped while the task was queued, running, or halting. Can also mean that the Batch Manager has lost its connection to Redis. | 
| Halted Before Completion | The task was halted while it was running. | 
| Halted Before Invocation | The task was queued, but was halted before it began running. | 
| Information not yet Available | No information is available for this task. | 
| Timed Out Before Completion | The Batch Manager halted the task because it didn't finish running within the number of minutes allowed. You can set a time-out when you add a task in the Batch Manager. | 
| Unhandled Exception Occurred | An unhandled exception occurred while the task was running. |