User:Strife Onizuka/Projects/TestHost/Coordinator: Difference between revisions
Line 31: | Line 31: | ||
</div></div> | </div></div> | ||
== State Handler == | == State Handler == | ||
This script handles | This script keeps track of the scripts state and handles messages from the CI ([[#Command Interpreter|Command Interpreter]]). If the command cannot be parsed at that time because the script is in the wrong state, then an error message is returned to the {{HoverText|CI|Command Interpreter}} | ||
<pre></pre> | <pre></pre> | ||
=== Test Tracker === | === Test Tracker === |
Revision as of 17:53, 5 March 2007
Notes
It was my thought to roll the slave scripts all together to reduce the number of scripts in the object.
Scripts
Interface Interpreter
Email Interface Handler
Email Slaves
HTTP Interface
XML-RPC Interface
Dialog Interface Handler
Dialog Box Slaves
State Handler
This script keeps track of the scripts state and handles messages from the CI (Command Interpreter). If the command cannot be parsed at that time because the script is in the wrong state, then an error message is returned to the CI