Elapsed

Property of IScript

Description

Time elapsed from script start

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Script.Elapsed;

Visual Basic Script

nVal = Script.Elapsed

C++

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

See Also

IScript