|  | BusinessProcessIsCompleted Method | 
            Wait for the business process to complete and check if the status finished as 'Completed'.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool IsCompleted()
Public Shared Function IsCompleted As Boolean
public:
static bool IsCompleted()
Return Value
Type: 
BooleanTrue if the business process completes without errors or exceptions, false otherwise.
 See Also
See Also