IHostManufacturingGetActivitiesPendingAsync Method

Get pending activities that are related to the type and activity code indicated is obtained asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<ManufacturingActivity>> GetActivitiesPendingAsync(
	ManufacturingActivityType type,
	string code
)

Parameters

type  ManufacturingActivityType
ManufacturingActivityType with the type of activity (machine, employee, etc).
code  String
Activity type code (machine, employee, etc).

Return Value

TaskListManufacturingActivity
ManufacturingActivity with the activities pending.

See Also