 | ReceiptBusinessProcessIsCompleted Method |
Wait for the the business process to finish and validate if it finished with a "Completed" status.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsCompleted()
Public Shared Function IsCompleted As Boolean
public:
static bool IsCompleted()
Return Value
Type:
BooleanTrue if the process completed without errors or exceptions, false otherwise.
See Also