CompleteMassDispatchGetOverallShipmentState Method

Scanjour Workflow4 Reference Manual
Retrieves an aggregated state of all the message states as a conclusive state for the whole shipment.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public OverallShipmentState GetOverallShipmentState(
	IEnumerable<WzpMassDispatchRecipient> messages
)

Parameters

messages
Type: System.Collections.GenericIEnumerableWzpMassDispatchRecipient
The message collection.

Return Value

Type: OverallShipmentState
Returns the aggregated shipment state.
See Also

Reference