BatchJobCompletionStatus Enumeration |
The job completion status.
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public 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