Click or drag to resize

OperationMinimumConcurrentStartTimeMinutes Property

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

Namespace:  Aloe.EnterpriseOne.Model.Production.Resources
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