The loading status of a ContentFile.
Property | Description |
---|---|
InProgress | The ContentFile is actively loading. |
Completed | The ContentFile has loaded successfully. |
Failed | The ContentFile failed to load. Be sure to still call ContentFile.UnloadAsync to free internal resources. |