Difference between revisions of "ISInterface:GetScriptRuntime"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
+ | Retrieves the number of milliseconds a given script has been running | ||
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
+ | *char *ScriptName | ||
+ | : Name of the script | ||
=== Return Value === | === Return Value === | ||
+ | *unsigned long | ||
+ | : The number of milliseconds the script has been running, or 0 if the script is not running | ||
== Examples == | == Examples == |
Revision as of 01:59, 23 July 2005
Purpose
Retrieves the number of milliseconds a given script has been running
Usage
Parameters
- char *ScriptName
- Name of the script
Return Value
- unsigned long
- The number of milliseconds the script has been running, or 0 if the script is not running