StartResource

Start the requested resource with the susano resource stopper mechanism.

Syntax

Susano.StartResource(resourceName) -> bool

Parameters

circle-info

resourceName (string): Target resource identifier.

Return(s)

circle-info

state (boolean): Whether or not the resource has been successfully re-started.

Behavior

circle-info

Re-start the requested resource with the susano resource stopper mechanism.

Do NOT use this on resource that has not been stopped.

Example(s)

Susano.StartResource("anticheat")

Last updated