Show / Hide Table of Contents

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 Source

Status

Gets the work status.

Declaration
public WorkStatus Status { get; }
Property Value
Type Description
WorkStatus
View Source

Terminate

Gets a value indicating whether or not the work should be terminated.

Declaration
public bool Terminate { get; }
Property Value
Type Description
System.Boolean
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.