resource.restart

Revision as of 15:26, 24 August 2019 by Mex (talk | contribs) (Mex moved page Resource.restart to resource.restart)
(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

void resource.restart(void)

The resource.restart method is used to restart a resource.

Parameters

void This method doesn't take any parameters.

Return

void This method doesn't return a value.

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