FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..addToHistory Method

Adds to history.

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

Syntax


public bool addToHistory(
	string message
)
Public Function addToHistory ( _
	message As String _
) As Boolean
public:
bool^ addToHistory(
	String^ message
)

Parameters

message
Type: String
The message.

Return Value

true if XXXX, false otherwise.