Click or drag to resize

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
C#
public enum BatchJobCompletionStatus
Members
  Member nameValueDescription
NotCompleted0 The job has not been completed.
Success1 The job has been completed successfully.
Warning2 The job has been completed successfully but there are warning messages.
Error3 The job has produced errors and has not been completed successfully.
See Also