IntegrationProcessTypeEnum EnumerationKentico 8.0 API Reference
Says how the CMS should process the task. 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
Default0 Processes the task immediately. If error occurs, the processing stops and sets the type to Error.
SkipOnce1 Does not process the task during first processing (just sets the type to Default so it is going to be processed during next processing).
SkipOnError2 Processes the task immediately. If error occurs, it skips the task and continues with processing.
DeleteOnError3 Processes the task immediately. If error occurs, deletes the task and continues with processing.
Error4 Says that processing should not continue due to critical error.
See Also