Show / Hide Table of Contents

Class JobInfo

Job information

Inheritance
System.Object
JobInfo
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class JobInfo : object

Properties

View Source

ClientReference

Gets or sets the client reference.

Declaration
public string ClientReference { get; set; }
Property Value
Type Description
System.String

The client reference.

View Source

CompletionTime

Gets or sets the completion time.

Declaration
public DateTime CompletionTime { get; set; }
Property Value
Type Description
DateTime

The completion time (in UTC).

Remarks

This property is set every time the job status is updated, so its use has been extended beyond its original intention. Now it really reflects the time of last update, which is equivalent to CompletionTime once the Status is terminal.

View Source

JobId

Gets or sets the job identifier.

Declaration
public string JobId { get; set; }
Property Value
Type Description
System.String

The job identifier.

View Source

JobName

Gets or sets the name of the job.

Declaration
public string JobName { get; set; }
Property Value
Type Description
System.String

The name of the job.

View Source

Message

Gets or sets the message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

The message.

View Source

PoolId

Gets or sets the pool identifier.

Declaration
public string PoolId { get; set; }
Property Value
Type Description
System.String

The pool identifier.

View Source

Progress

Gets or sets the progress.

Declaration
public double Progress { get; set; }
Property Value
Type Description
System.Double

The progress.

Remarks

Progress is defined as a fraction of 1 where 0 = no progress and 1 = complete.

View Source

ServiceName

Gets or sets the name of the service.

Declaration
public string ServiceName { get; set; }
Property Value
Type Description
System.String

The name of the service.

View Source

StartTime

Gets or sets the start time.

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime

The start time (in UTC).

View Source

Status

Gets or sets the job status.

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

The job status.

View Source

TotalComputeSeconds

Gets or sets the accumulated compute time in seconds.

Declaration
public long TotalComputeSeconds { get; set; }
Property Value
Type Description
System.Int64

The accumulated compute time in seconds.

View Source

UserId

Gets or sets user id

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