IHostManufacturingViewsShowUndoCloseWithoutManufacture Method

Displays the screen to undo the closing without manufacture.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowUndoCloseWithoutManufacture(
	List<long> ids,
	Action finishingAction = null
)

Parameters

ids  ListInt64
List<Int64> with the manufacturing order identifiers.
finishingAction  Action  (Optional)
Actionwith the action to do the view after finishing (for example: refresh the view).

See Also