FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..abortInstance Method

Aborts the instance.

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

Syntax


public bool abortInstance(
	string instanceID
)
Public Function abortInstance ( _
	instanceID As String _
) As Boolean
public:
bool^ abortInstance(
	String^ instanceID
)

Parameters

instanceID
Type: String
The instance identifier.

Return Value

true if XXXX, false otherwise.