Command: ole.IsRunning(script);
Syntax: ole.IsRunning(string script)
Return: bool

Check if a script is running or if it is in pause state. If the script is located into the Scripts folder, you need to specify only the script file name, otherwise you will need to specify the full path to the file.

Example:

See also: Load, Pause, Start, Reload, IsLoaded, Unload


Home|Scripting