Click or drag to resize
ReceiptBusinessProcessIsCompleted Method
Wait for the the business process to finish and validate if it finished with a "Completed" status.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsCompleted()

Return Value

Type: Boolean
True if the process completed without errors or exceptions, false otherwise.
See Also