WatchWindow({Object}) Constructor

Top 

Description

Creates a new WatchWindow which will report the objects specified by itemsToWatch.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

WatchWindow(

{Object} itemsToWatch)

 

 

Arguments

itemsToWatch


Description:

The items which will appear in the WatchWindow.

 

 

 

Syntax

WatchWindow myWatchWindow1({ myObject1 });

 

 

See also

WatchWindow Object

WatchWindow Guide