Show / Hide Table of Contents

Interface IJobSchedulerJobMonitor

An extension of the IJobMonitor interface used by the job scheduler.

Inherited Members
IJobMonitor.JobStatusChanged
IJobMonitor.JobProgressChanged
IJobMonitor.WorkItemStatusChanged
IJobMonitor.WorkItemProgressChanged
IJobMonitor.AwaitJobTerminationAsync(CancellationToken)
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IJobSchedulerJobMonitor : IJobMonitor

Properties

View Source

BackendId

Gets the backend identifier for the job.

Declaration
string BackendId { get; }
Property Value
Type Description
string

The backend identifier for the job.

View Source

MonitoredJob

Gets the monitored job.

Declaration
Job MonitoredJob { get; }
Property Value
Type Description
Job

The monitored job.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.