Enum TaskEvent
High level state change events for a Task
The enum base type is
.
int
Enum members
Name | Description |
---|---|
end
|
Ended normally |
fail
|
Ended with an exception |
postStart
|
After the fiber has returned for the first time (by yield or exit)
|
preStart
|
Just about to invoke the fiber which starts execution |
resume
|
Resumed from a prior yield
|
start
|
Just about to start execution
|
yield
|
Temporarily paused |
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.