Difference between revisions of "CAEngine::Send"
Line 1: | Line 1: | ||
− | [[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
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
Enable comment auto-refresher