isResourceClosed?()

Synopsis

Returns False if the internal resource has been allocated, and is currently open (i.e., has not yet been closed).

Syntax

isResourceClosed? ( resource as User ) As Boolean 
Argument Type Description
resource User The object handle previously returned by an AllocateResource() function call.

See Also: AllocateResource() and CloseResource()