High level state change events for a Task
Just about to invoke the fiber which starts execution
After the fiber has returned for the first time (by yield or exit)
Just about to start execution
Temporarily paused
Resumed from a prior yield
Ended normally
Ended with an exception
See Implementation
High level state change events for a Task