Class SchedulingEvent
Task scheduling event.
Inheritance
System.Object
SchedulingEvent
Namespace: DNVGL.One.Compute.Scheduling.Scheduler
Assembly: DNVGL.One.Compute.Scheduling.dll
Syntax
public class SchedulingEvent : object
Properties
View SourceJob
Gets or sets the Job.
Declaration
public Job Job { get; set; }
Property Value
Type | Description |
---|---|
Job |
SchedulingEventType
Gets or sets the Event type.
Declaration
public SchedulingEvent.EventType SchedulingEventType { get; set; }
Property Value
Type | Description |
---|---|
SchedulingEvent.EventType |
TaskGroup
Gets or sets the Task group.
Declaration
public Guid TaskGroup { get; set; }
Property Value
Type | Description |
---|---|
Guid |