scripting:api:script:elapsed

Elapsed

Property of IScript

Time elapsed from script start

Read-Only Property of type long

var nVal = Script.Elapsed;
nVal = Script.Elapsed
long nVal;
HRESULT hr = Script.get_Elapsed(&nVal);