FutureStates Enumerator
Description
The different states of a future.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| FailedFutureState | 2 | The process associated with the future has failed. |
| FinishedFutureState | 1 | The process associated with the future has successfully finished. |
| ProcessingFutureState | 0 | The process associated with the future is still processing. |
