FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..isTestMode Method

Determines whether [is test mode].

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

Syntax


public bool isTestMode(
	out string testModeUserID
)
Public Function isTestMode ( _
	<OutAttribute> ByRef testModeUserID As String _
) As Boolean
public:
bool^ isTestMode(
	[OutAttribute] String^% testModeUserID
)

Parameters

testModeUserID
Type: String%
The test mode user identifier.

Return Value

true if [is test mode]; otherwise, false.