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


INTEGER pause()

This function instantly preempts the current task, letting other tasks execute before it resumes execution with a refreshed tick count. See Frames and Tasks for more information on preempting and 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