TaskEvent

High level state change events for a Task

Values

ValueMeaning
preStart

Just about to invoke the fiber which starts execution

postStart

After the fiber has returned for the first time (by yield or exit)

start

Just about to start execution

yield

Temporarily paused

resume

Resumed from a prior yield

end

Ended normally

fail

Ended with an exception

Meta