IActiveScriptStats Interface
Allows a host to query the statistics of a running script. The host can use this information to determine if script has taken too long to complete.
In addition to the methods inherited from IUnknown
, the IActiveScriptStats
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IActiveScriptStats::GetStat | Returns one of the standard script statistics. |
IActiveScriptStats::GetStatEx | Returns a custom script statistic. |
IActiveScriptStats::ResetStats | Resets the statistics for this script. |