Click or drag to resize

PrincipalRecipeOperationMinimumConcurrentStartTimeMinutes Property

How many minutes after the start of the previous operation can this operation start. null means that this operation should wait the previous operation to finish before starting.

Namespace:  Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<int> MinimumConcurrentStartTimeMinutes { get; set; }

Property Value

Type: NullableInt32
See Also