Enum AsyncRequest.Result
An enum describing the result status.
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
[Flags]
public enum AsyncRequest.Result
Fields
Name | Description |
---|---|
Completed | Flag set when the lambda functor has completed. |
Error | Flag set when the lambda functor returns an error. Note that Error implies completed. |
None | No flag set. |