Click or drag to resize

CommonFunctionsIsProcessInstalled Method

Check if process is installed in a database.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static bool IsProcessInstalled(
	Uri oDataUri
)

Parameters

oDataUri  Uri
The database uri.

Return Value

Boolean
True if process is installed.
See Also