Class WorkItemExtensions
Extension methods for WorkItems.
Inherited Members
Namespace: DNVGL.One.Compute.WorkExecution.FlowModelExtensions
Assembly: DNVGL.One.Compute.WorkExecution.dll
Syntax
public static class WorkItemExtensions
Methods
View SourceBuildExecutableWork(WorkItem)
Builds executable work from the given work item.
Declaration
public static IComputationalWork BuildExecutableWork(this WorkItem workItem)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkItem | workItem | The work item. |
Returns
| Type | Description |
|---|---|
| IComputationalWork | Computational work. |