| |
Tasks
By convention all threads ( AssemblyLines, EventHandlers etc ...) are
referred to as the "task" object. See task
object.
The task object
is the thread that executes the AssemblyLine. For each Connector in the AssemblyLine, there is a rscTaskComponent class encapsulating each
Connector. Each Connector is automatically declared by their names (as given in the AssemblyLine
configuration). Hence, name the Connector such that they are valid names in
the selected scripting lanaguage.
See also the main
object
being the top level thread. This object has methods for manipulating AssemblyLines and querying status information.
| |
|