Click or drag to resize
BusinessProcessIsCompleted Method (Int32)
Wait for the business process to complete and check if the status finished as 'Completed'.

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(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Time to wait for operation, default is 120 seconds.

Return Value

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