Show / Hide Table of Contents

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 Source

Job

Gets or sets the Job.

Declaration
public Job Job { get; set; }
Property Value
Type Description
Job
View Source

SchedulingEventType

Gets or sets the Event type.

Declaration
public SchedulingEvent.EventType SchedulingEventType { get; set; }
Property Value
Type Description
SchedulingEvent.EventType
View Source

TaskGroup

Gets or sets the Task group.

Declaration
public Guid TaskGroup { get; set; }
Property Value
Type Description
Guid
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.