Interface IJobSchedulerJobMonitor
An extension of the IJobMonitor interface used by the job scheduler.
Inherited Members
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IJobSchedulerJobMonitor : IJobMonitor
Properties
View SourceBackendId
Gets the backend identifier for the job.
Declaration
string BackendId { get; }
Property Value
Type | Description |
---|---|
string | The backend identifier for the job. |
MonitoredJob
Gets the monitored job.
Declaration
Job MonitoredJob { get; }
Property Value
Type | Description |
---|---|
Job | The monitored job. |