FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..setState Method

Set state for instance

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

Syntax


public bool setState(
	string state
)
Public Function setState ( _
	state As String _
) As Boolean
public:
bool^ setState(
	String^ state
)

Parameters

state
Type: String
The state.

Return Value

true if XXXX, false otherwise.