Next Prev Up Top Contents Index

stop-gc-monitor

Function
Summary

Stop a GC monitor.

Signature

stop-gc-monitor screen => result

Arguments

screen

A screen.

Values

result

A boolean.

Description

The function stop-gc-monitor stops the GC (Garbage Collector) monitor window on the screen screen .

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

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

See also

start-gc-monitor


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index