


                          Tcl Example 5


Simplistic, graphical simulation of a task processing.
Demonstrates state Entry actions.


+ Building
----------

NOTE: Smc.jar must be built and installed.

Unix & Windows:
    $ java -jar ../../../bin/Smc.jar -tcl task.sm taskManager.sm


+ Executing
-----------

Unix & Windows

    $ wish taskman.tcl

    Click on "Create Task..." button and start a new task
    running.

    After creating one or more tasks, go to the task table and
    click on a task row. Notice select an item from the pop-up
    menu.

    Also change the log message display to increase or decrease
    message detail (the greater the level, the greater the
    detail).
