Events

This example demonstrates the use of event flags to trigger execution of tasks

The project consists of four tasks

tasks 1 -3 wait for one of their event flags to be set

task four sets the event flag of task1 and then deletes itself

task 1 shows running information on Hyper-terminal and then sets the event flag of task two 

task two shows running information on Hyper-terminal and sets the event flag of task three

task 3 shows running information on Hyper-terminal and then sets the event flag of task one 
and the sequence restarts.

 