ScriptCount property

Returns the number of scripts being executed.

Syntax
Visual Basic
Public Readonly Property ScriptCount As Long
C#
public long ScriptCount { get;}
Property value

The number of scripts being executed.

See also