NextPrevUpTopContentsIndex

stop-gc-monitor

Function
Summary

Stop a Lisp Monitor.

Package

capi

Signature

stop-gc-monitor screen => result

Arguments

screen

A screen.

Values

result

A boolean.

Description

The function stop-gc-monitor stops the Lisp Monitor window on the screen screen .

result is t if it stopped a Lisp monitor, and nil if there was no Lisp monitor running on screen .

Note that this works only on Motif/Lesstif. The Lisp monitor can be restarted with start-gc-monitor.

See also

start-gc-monitor


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex