Talk:Ada Programming/Tasking

Task states

Task states

I would like to illustrate this page with a task states diagram, but I am not sure if I have depicted all the possible transitions. For example, is it possible to transit from a state different to running to terminated? ManuelGR 22:28, 4 November 2005 (UTC)

I would suggest to raise the question on comp.lang.ada. If fact: I might do that. - Nice picture!! --Krischik T 07:30, 16 December 2005 (UTC)

From c.l.a

           Not_Yet_Activated 
                 | 
                 | Activate 
                 v 
      .----- Activating ----. 
      |          |          | 
      |          | Begin    | 
      |          V          | Unhandled 
Abort +------ Active -------+ Exception 
      |          |          | 
      |          | End      | 
      v          v          | 
  Abnormal   Completed <----' 
      |          | 
      |          | Terminate 
Abort |          v 
 or   `---> Terminated 
End of 
Redezvous

--Krischik T 09:47, 16 December 2005 (UTC)

Thanks, now we can set a footer saying the diagram has been certified by the language lawers :) I will update the image and insert it to the page as soon as I can. ManuelGR 21:26, 16 December 2005 (UTC)