onDemandResources.release()

Type Function
Return value none
Revision Release 2024.3703
Keywords on-demand resources, onDemandResources, release, request
See also onDemandResources.request()
onDemandResources.resume()
onDemandResources.cancel()
onDemandResources.*

Overview

Releases resources associated with a tag. Indicates that OS can free the disk space and that resource won't be used anymore. Note that in order to release the resource it has to be requested first.

For more information refer on the endAccessingResources function documentation.

Syntax

onDemandResources.release( tag )
tag (required)

String. Tag for which to release downloading.