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
string
View Source

Progress

Gets or sets Progress.

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

State

Gets or sets State.

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