FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..addMessageToExecutionIteration Method

adds a message to an execution iteration

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

Syntax


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

Parameters

sStep
Type: String
id of the step
iIteration
Type: Int32
iteration #
sKey
Type: String
message key
sMessage
Type: String
message to be logged

Return Value

true if XXXX, false otherwise.