ManufacturingsIsOrderStatusBeforeStarting Method
Indicates whether the status of the production order is a status before it is started.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsOrderStatusBeforeStarting(
ManufacturingOrderStatus status
)
Public Shared Function IsOrderStatusBeforeStarting (
status As ManufacturingOrderStatus
) As Boolean
- status ManufacturingOrderStatus
- ManufacturingOrderStatus with the manufacturing status.
Boolean if the status of the production order is a status before it is started; otherwise,
.