IntegrationProcessResultEnum Enumeration |
Enumeration indicationg processing result.
Task the value says whether the 3rd party system processed the task well or not.
See comments for each value.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax public enum IntegrationProcessResultEnum
Members
| Member name | Value | Description |
---|
| OK | 0 |
OUTBOUND TASKS - Default state of the task. Says that task was processed without any error and should be deleted (or the relation should be deleted).
|
| Error | 1 |
OUTBOUND TASKS - The result indicating that the processing of the task failed and should not continue.
- SYNC TASKS - Synchronization does not continue for other connectors.
|
| ErrorAndSkip | 2 |
OUTBOUND TASKS - The result indicating that the processing of the task ended with error but should continue.
- SYNC TASKS - Synchronization does continue for other connectors.
|
| SkipNow | 3 |
OUTBOUND TASKS - The result indicating that the task was not processed and should be processed later. The task should remain in database with its current state.
|
See Also