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

<body>

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

<hr>

<p>
<font size=+1><i>ANY</i> <b>suspend</b>()</font>

<p>This function suspends the current task indefinitely.  A suspended
task is resumed by calling the function (in another task)
<a href="resume.html"><code>resume()</code></a>.  The return value of
suspend is given as the second argument to <code>resume()</code>.  If
no second argument is given, the return value of <code>suspend()</code>
is zero.  See <a href="/ColdC/tasks.html">Frames and Tasks</a> for more
information on task control.

<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>