/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: cancel()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: cancel()</h1>

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>cancel</b>(<i>INTEGER <b>task_id</b></i>)</font>

<p>This function cancels the task which has the id <var>task_id</var>.  The
task is usually suspended or preempted.  If the task does not exist,
<code>~type</code> is thrown.

<p><hr size=4><p align=center><i>Last Modified on Mar 2 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>