CAEngine::Log

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

Description

A record of all commands sent to the ADE typescript and the results received from those commands, when the Photo property is true.

Data type

string

Example Usage

ade.Photo|Photo = true;
ade.SendCommand("news");
ade.SendCommand("profile");
string txt = ADE.Log;

Access

read

See Also

Comments


You are not allowed to post comments.