====== Elapsed ======
Property of [[:scripting:api:script:start|IScript]]
===== Description =====
Time elapsed from script start
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = Script.Elapsed;
==== Visual Basic Script ====
nVal = Script.Elapsed
==== C++ ====
long nVal;
HRESULT hr = Script.get_Elapsed(&nVal);
===== See Also =====
[[:scripting:api:script:start|IScript]]
~~NOTOC~~