IntegrationProcessResultEnum EnumerationKentico 8.0 API Reference
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
OK0 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).
Error1 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.
ErrorAndSkip2 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.
SkipNow3 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