|  | BusinessProcessIsCompleted Method (Int32) | 
            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(
	int timeout
)
Public Shared Function IsCompleted ( 
	timeout As Integer
) As Boolean
public:
static bool IsCompleted(
	int timeout
)
Parameters
- timeout
- Type: SystemInt32
 Time to wait for operation, default is 120 seconds.
Return Value
Type: 
BooleanTrue if the business process completes without errors or exceptions, false otherwise.
 See Also
See Also