Enum SchedulingEvent.EventType
Type of event.
Namespace: DNVGL.One.Compute.Scheduling.Scheduler
Assembly: DNVGL.One.Compute.Scheduling.dll
Syntax
public enum EventType : int
Fields
| Name | Description |
|---|---|
| TaskGroupAborted | A task group was aborted. |
| TaskGroupCompleted | A task group has completed execution. |
| TaskGroupReduced | The reduction task of a task group was executed. |