| SourceStates Enumeration |
Possible values for source state
Namespace:
EdaIntegrationContract.Process
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax Members
| Member name | Value | Description |
---|
| Pending | 0 |
Indicates source has been added, but no work has been started
|
| InProgress | 1 |
An item in this source has been processed
|
| Failed | 2 |
Source processing failed
|
| Complete | 3 |
Source processing completed
|
| DeletePending | 4 |
Indicates the source has been queued for delete
|
| DeleteFailed | 5 |
Indicates the source delete failed
|
See Also