[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

Permit

Permit task rescheduling.

Declaration

Source position: exec.pas line 1231

procedure Permit;

Description

Allow other tasks to be scheduled to run by the dispatcher, after a matching Forbid() has been executed. Other tasks will be rescheduled as they are ready to run. In order to restore normal task rescheduling, the programmer must execute exactly one call to Permit() for every call to Forbid().


Documentation generated on: 2017-01-10