Difference between revisions of "CAEngine::Send"

(Created page with '<< class CAEngine = Description = Sends the string contained in the Command property as a command to be executed by ADE. See the Analytica [[…')
 
(Marked this version for translation)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 +
<languages />
 +
<translate>
  
= Description =
+
= Description = <!--T:1-->
  
 +
<!--T:2-->
 
Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax.
 
Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax.
  
 +
<!--T:3-->
 
It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call.
 
It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call.
  
= Return value =
+
= Return value = <!--T:4-->
  
 +
<!--T:5-->
 
Boolean (success or failure)
 
Boolean (success or failure)
  
= See Also =
+
= See Also = <!--T:6-->
 
 
 
* [[CAEngine::SendCommand]]
 
* [[CAEngine::SendCommand]]
 +
* [[CAEngine::Command]]
 +
* [[CAEngine::OutputBuffer]]
 +
</translate>

Latest revision as of 20:38, 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.