Show / Hide Table of Contents

Class ExecutionEnvironmentInfo

Contains information about the execution environment for the worker.

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

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
System.Boolean
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.