Click or drag to resize

ProcessingStatus Enumeration

The types of processing statuses

Namespace:  EdaIntegrationContract.Process
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public enum ProcessingStatus
Members
  Member nameValueDescription
Working0 Currently working on activities
Pending1 Activities in queue
Complete2 No processing to be done
Suspended3 Processing on the case suspended by a user
Blacklisted4 Processing on the case was suspended by the system
See Also