Object.unwatch

Removes a watchpoint set with the Object.watch method.

Method of Object

Syntax

unwatch( prop )

Parameters

Parameter Description
prop The name of a property of the object.

Description

The MetaScript debugger has functionality similar to that provided by this method, as well as other debugging options.
By default, this method is inherited by every object descended from Object.

Example

See Object.watch.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.