Click or drag to resize
ParallelWorkEventType Enumeration
Enum for specifying the event type that occured during or after parallel work being performed. This is used to determine what to do next, combined with the work id of the parallel work causing the event.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum ParallelWorkEventType
Members
  Member nameValueDescription
Unknown0
Succeeded1
Failed2
Changed3
See Also