Cold Help System: Programming: ColdC Reference Manual: Functions: Task: suspend()


ANY suspend()

This function suspends the current task indefinitely. A suspended task is resumed by calling the function (in another task) resume(). The return value of suspend is given as the second argument to resume(). If no second argument is given, the return value of suspend() is zero. See Frames and Tasks for more information on task control.


atomic() | caller() | cancel() | definer() | method() | pause() | refresh() | resume() | sender() | stack() | suspend() | task_id() | tasks() | this() | tick() | ticks_left() | set_user() | user() | pass() | task_info() | call_trace() | debug_callers()


the Cold Dark