CompiledScript.StartScriptTimeWatcher Method

Definition

Measures the time of execution for a specified part of a script and alerts if the time threshold is exceeded.

See also Time Watcher

public void StartScriptTimeWatcher(string name, WatcherType wt, TimeSpan threshold)

Parameters

 name  string

 wt  WatcherType

 threshold  TimeSpan

Examples

StartScriptTimeWatcher ("ScriptTimeWatcher_2", WatcherType.Alert, "10sec".ToDuration ());