| BatchJobCompletionStatus Enumeration | 
            The job completion status.
            
 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum BatchJobCompletionStatus
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NotCompleted | 0 | 
            The job has not been completed.
             | 
 | Success | 1 | 
            The job has been completed successfully.
             | 
 | Warning | 2 | 
            The job has been completed successfully but there are warning messages.
             | 
 | Error | 3 | 
            The job has produced errors and has not been completed successfully.
             | 
See Also