<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.5762.3">
<TITLE>send ___ to me in ___ sec</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>In a case where I want something to happen after all other scripts in the queue have competed...</FONT>

<BR><FONT SIZE=2>For example, I need to do some clean up after a card is deleted.  The deletedCard message is sent before the delete, so I'm using this:</FONT></P>

<P><FONT SIZE=2> on deleteCard</FONT>

<BR><FONT SIZE=2>    send updateList to field "myList" in 0.5 sec</FONT>

<BR><FONT SIZE=2>end deleteCard</FONT>
</P>

<P><FONT SIZE=2>This works on my machine, but may not work on all machines in all situations.  Is there a more elegant way?  How can I put the send command at the end of the currently scripts?</FONT></P>

</BODY>
</HTML>