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 SourceIsContainerized
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 |
OsFamily
Gets or sets the OS family of the worker execution environment.
Declaration
public OsFamilies OsFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| OsFamilies |