CompleteExternalCommunicationGetOverallShipmentState 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(
	DataServiceCollection<WzpSmartpostRecipient> messages
)

Parameters

messages
Type: System.Data.Services.ClientDataServiceCollectionWzpSmartpostRecipient
The message collection.

Return Value

Type: OverallShipmentState
Returns the aggregated shipment state.
See Also

Reference