IHostManufacturingGetActivitiesInOrderAsync Method

Get activities of the production order corresponding to a specific activity status is obtained asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<ManufacturingActivity>> GetActivitiesInOrderAsync(
	long idOrder,
	ManufacturingActivityStatus activityStatus
)

Parameters

idOrder  Int64
Manufacturing order identifier.
activityStatus  ManufacturingActivityStatus
ManufacturingActivityStatus with the status of the activities to update.

Return Value

TaskListManufacturingActivity
List<ManufacturingActivity> with the activities order.

See Also