Path: news.mathworks.com!newsfeed-00.mathworks.com!kanaga.switch.ch!switch.ch!ecngs!feeder2.ecngs.de!newsfeed.freenet.de!news.buerger.net!feeder.news.heanet.ie!feed4.jnfs.ja.net!jnfs.ja.net!feeds.news.ox.ac.uk!news.ox.ac.uk!not-for-mail
From: Chris Rodgers <rodgers@physchem.NOSPAMox.aREMOVEc.uk>
Newsgroups: comp.soft-sys.matlab
Subject: Event queue
Date: Thu, 14 Feb 2008 12:36:12 +0000
Organization: University Of Oxford, England
Lines: 19
Message-ID: <fp1cjs$8rl$2@frank-exchange-of-views.oucs.ox.ac.uk>
NNTP-Posting-Host: tps22.chem.ox.ac.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: frank-exchange-of-views.oucs.ox.ac.uk 1202992572 9077 129.67.70.183 (14 Feb 2008 12:36:12 GMT)
X-Complaints-To: newsmaster@ox.ac.uk
NNTP-Posting-Date: Thu, 14 Feb 2008 12:36:12 +0000 (UTC)
User-Agent: Thunderbird 2.0b2 (Windows/20071013)
Xref: news.mathworks.com comp.soft-sys.matlab:451361



Hi,

A couple of event queue related items...

1) Is it possible to display the current Matlab event queue for 
debugging purposes?

2) If I have a timer

t = timer

and then inside another routine, I set t.Running = 'off', will the 
events for timer t that are already in the event queue be deleted, or 
may the timer still end up running its callback after the long routine 
completes?

Thanks,

Chris.