resource.isStarted

Revision as of 19:08, 18 September 2021 by Mex (talk | contribs)

Property Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read and Set

Available since Server 1.0.0, Client 1.0.0

bool resource.isStarted

The resource.isStarted property is used to check if a resource has started.

Value

bool bool true if the resource has started, or returns bool false if it has not started.
read/set This property can be changed, as well as read.

Types

Shared Resource

Notes

There aren't any notes for this property.

Examples

There aren't any examples for this property.

Compatibility

There isn't any compatibility information for this property.

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