Difference between revisions of "CAEngine::Send"

Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 +
<languages />
 +
<translate>
  
 
= Description =
 
= Description =
Line 16: Line 19:
 
* [[CAEngine::Command]]
 
* [[CAEngine::Command]]
 
* [[CAEngine::OutputBuffer]]
 
* [[CAEngine::OutputBuffer]]
 +
</translate>

Revision as of 19:44, 15 June 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

Description

Sends the string contained in the Command property as a command to be executed by ADE. See the Analytica Scripting Guide for details of commands and syntax.

It is easier to use CAEngine::SendCommand, which combinds CAEngine::Command and CAEngine::Send into a single call.

Return value

Boolean (success or failure)

See Also

Comments


You are not allowed to post comments.