FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..addErrorMessageToExecutionIteration Method

Adds the error message to execution iteration.

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

Syntax


public bool addErrorMessageToExecutionIteration(
	string sStep,
	int iIteration,
	string sMessage
)
Public Function addErrorMessageToExecutionIteration ( _
	sStep As String, _
	iIteration As Integer, _
	sMessage As String _
) As Boolean
public:
bool^ addErrorMessageToExecutionIteration(
	String^ sStep, 
	int^ iIteration, 
	String^ sMessage
)

Parameters

sStep
Type: String
The s step.
iIteration
Type: Int32
The i iteration.
sMessage
Type: String
The s message.

Return Value

true if XXXX, false otherwise.