ManufacturingsIsOrderStatusBeforeStarting Method

Indicates whether the status of the production order is a status before it is started.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsOrderStatusBeforeStarting(
	ManufacturingOrderStatus status
)

Parameters

status  ManufacturingOrderStatus
ManufacturingOrderStatus with the manufacturing status.

Return Value

Boolean
if the status of the production order is a status before it is started; otherwise, .

See Also