Show / Hide Table of Contents

Interface IWorkItemStatusEntity

The TaskStatusEntity interface.

Namespace: DNVGL.One.Compute.Core.ServiceContracts
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IWorkItemStatusEntity

Properties

View Source

Message

Gets or sets Message.

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

Progress

Gets or sets Progress.

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

State

Gets or sets State.

Declaration
int State { get; set; }
Property Value
Type Description
System.Int32
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.