AsyncResultState Enumeration
Indicates the state of the background thread in an AsyncResult.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum AsyncResultStateValues
| Value name | Value | Description |
|---|---|---|
| Working | 0 | The background thread is working. |
| Finished | 1 | The background thread has finished and the result can be retrieved by calling AsyncResult.GetResult. |
| Aborted | 2 | The background thread has been aborted. |
| Failed | 3 | The background thread has encountered an error. |
Platforms
Windows, Linux, Android