How to add your knowledge

isResourceClosed?()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    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()