resource.isStarting

Revision as of 15:26, 24 August 2019 by Mex (talk | contribs) (Mex moved page Resource.isStarting to resource.isStarting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Available since Server 1.0.0, Client 1.0.0

bool resource.isStarting(void)

The resource.isStarting method is used to check if a resource is starting.

Parameters

void This method doesn't take any parameters.

Return

bool bool true if the resource is starting, or returns bool false if it is not starting.

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

Server Related

        findResourceByName
        getResources
        thisResource

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


Client Related

        findResourceByName
        getResources
        thisResource

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