UploadStates Enumerator
Description
The different states of a file upload process.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| UploadFailed | 2 | The upload has failed. |
| UploadFinished | 1 | The upload has completed. |
| UploadProcessing | 0 | The upload is still processing. |
