FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..isChildWorkflow Method

Determines whether [is child workflow].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool isChildWorkflow(
	out bool isSynched
)
Public Function isChildWorkflow ( _
	<OutAttribute> ByRef isSynched As Boolean _
) As Boolean
public:
bool^ isChildWorkflow(
	[OutAttribute] bool^% isSynched
)

Parameters

isSynched
Type: Boolean%

Return Value

true if [is child workflow]; otherwise, false.