Type Function Return value Numbers Revision Release 2024.3703 Keywords on-demand resources, onDemandResources, progress See also onDemandResources.request() onDemandResources.*
Returns the progress of the currently downloading resources (by tag) as a number between 0
(0%) and 1
(100%). Also provides information about the total size and how much is completed, although this data is not necessarily reliable.
You will only get valid progress data after you've requested an
onDemandResources.progress( tag )
String. Tag for which to fetch the progress values.
local progress, totalSize, amountComplete = onDemandResources.progress( "imgL1" )