Class ExecutionEnvironmentInfo
Contains information about the execution environment for the worker.
Inherited Members
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ExecutionEnvironmentInfo
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 |
---|---|
bool |
OsFamily
Gets or sets the OS family of the worker execution environment.
Declaration
public OsFamilies OsFamily { get; set; }
Property Value
Type | Description |
---|---|
OsFamilies |