HELP
An object that specifies the start of a
thread.

USE
Start is usually used to specify a starting
point for a single, particular thread.
Pressing the Start button begins execution of
the thread to which that Start button is
connected, but does not run other threads
like Run does.  Run initiates the execution
of all threads.

LOCATION
Flow ==> Start

NOTES
Start is not required at the beginning of a
thread unless there is feedback.  obvious
where the thread starts, improving the
maintainability of the model.

When you press Run or Start, propagation
begins with Start object(s).  If more than
one Start object is on a thread, propagation
begins at each Start and proceeds in parallel
as much as the model allows.

If you press Start inside a UserObject,
the UserObject runs but its data output pins
do not activate; therefore, propagation does
not continue.  

SEE ALSO
Escape, Exit Thread, Exit UserObject, and
Stop.
