resource.isReady

Method Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Client 1.0.0

bool resource.isReady(void)

The resource.isReady method is used to check if a resource is ready.

Parameters

void This method doesn't take any parameters.

Return

bool bool true if the resource is ready, or bool false if not.

Types

Shared Resource

Notes

There aren't any notes for this method.

Examples

There aren't any examples for this method.

Compatibility

There isn't any compatibility information for this method.

Related

Client Related

        findResourceByName
        getResources
        thisResource

        resource.exports
        resource.getExport
        resource.isReady
        resource.isStarted
        resource.isStarting
        resource.name
        resource.restart
        resource.start
        resource.stop