FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask..::..setTaskComment Method

Sets the task comment.

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

Syntax


public bool setTaskComment(
	string comment
)
Public Function setTaskComment ( _
	comment As String _
) As Boolean
public:
bool^ setTaskComment(
	String^ comment
)

Parameters

comment
Type: String
The comment.

Return Value

true if XXXX, false otherwise.