Resource.isDisposed

Returns <code>true</code> if the resource has been disposed, and <code>false</code> otherwise. <p> This method gets the dispose state for the resource. When a resource has been disposed, it is an error to invoke any other method using the resource.

@return <code>true</code> when the resource is disposed and <code>false</code> otherwise

class Resource
abstract
bool
isDisposed
(
)

Meta