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
Syntaxpublic Nullable<int> MinimumConcurrentStartTimeMinutes { get; set; }
Public Property MinimumConcurrentStartTimeMinutes As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ MinimumConcurrentStartTimeMinutes {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member MinimumConcurrentStartTimeMinutes : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also