You are here: Overview > Server Implementation

Server Implementation

The Automation Server returns either a FAILED or SUCCEEDED notification response to the client for each command it processes. The response is in the form of:

<COMMAND>;<SUCCEEDED> | <FAILED>;<Timestamp>;<Reason>

Where the <Timestamp> token is of the form:

<Timestamp>=<Time & Date>

And the <Reason> token is of the form:

<Reason>=<Some string error message>

All notification responses are terminated with the characters ‘\r’ and ‘\n’.