| ProcessingStatus Enumeration |
The various types of processing status supported by Early Data Analyzer
Namespace:
Law.EdaIntegration.Process
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public enum ProcessingStatus
Members
| Member name | Value | Description |
---|
| Working | 0 |
Currently working on activities
|
| Pending | 1 |
Activities in queue
|
| Complete | 2 |
No processing to be done
|
| Suspended | 3 |
Processing on the case suspended by a user
|
| Blacklisted | 4 |
Processing on the case suspended by an Early Data Analyzer service
|
See Also