Function: isAssetUploadIncomplete()
isAssetUploadIncomplete(
asset
):asset is AssetUploadIncomplete
Checks if the asset is an incomplete upload. This state can have two reasons:
- The asset upload got interrupted so the asset is still created but not fully uploaded.
- The asset is uploaded by a different user/process and the local upload information is not available.
Narrows it down to the AssetUploadIncomplete type.
Parameters
Parameter | Type |
---|---|
asset | Asset |
Returns
asset is AssetUploadIncomplete