Class JobOrchestrator.WorkMonitorInfo
The work monitor information.
Inheritance
System.Object
JobOrchestrator.WorkMonitorInfo
Namespace: DNVGL.One.Compute.Scheduling.Orchestrator
Assembly: DNVGL.One.Compute.Scheduling.dll
Syntax
public class WorkMonitorInfo : object
Properties
View SourceStatus
Gets the work status.
Declaration
public WorkStatus Status { get; }
Property Value
Type | Description |
---|---|
WorkStatus |
Terminate
Gets a value indicating whether or not the work should be terminated.
Declaration
public bool Terminate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |