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.6.0.0 (5.6.19.0117)
Syntax public enum ParallelWorkEventType
Public Enumeration ParallelWorkEventType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Succeeded | 1 | |
| Failed | 2 | |
| Changed | 3 | |
See Also