| ||||||
SummaryIndicates whether or not a script or function is currently executing in a given context. | ||||||
SyntaxJSBool JS_IsRunning(JSContext *cx); | ||||||
DescriptionJS_IsRunning determines if a script or function is currently executing in a specified JSContext , cx . If a script is executing, JS_IsRunning returns JS_TRUE . Otherwise it returns JS_FALSE .
| ||||||
See Also
|