Delivery.disposition

Updates the DeliveryState, and optionally settle the delivery as well.

@param state the delivery state to apply @param settle whether to settle the delivery at the same time @return the delivery

interface Delivery
disposition
(
DeliveryState state
,
bool settle
)

Meta