Show / Hide Table of Contents

Class ExecutionEnvironmentInfo

Contains information about the execution environment for the worker.

Inheritance
object
ExecutionEnvironmentInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ExecutionEnvironmentInfo

Properties

View Source

IsContainerized

Gets or sets a value indicating whether the worker executes inside a container.

Declaration
public bool IsContainerized { get; set; }
Property Value
Type Description
bool
View Source

OsFamily

Gets or sets the OS family of the worker execution environment.

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