CompuServe Messages

#Circle Benchmark

#: 20782 S7/ProgrammingForum unknown
    29-May-86 10:59:05
Sb: #20742-#Circle Benchmark
Fm: Jim Nangano/SYSOP 76703,4254
To: Mike Berro 73267,3361

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Mike, there is a Forbid() function. You would use Forbid when the program is using structures that another Task may use at the same time. It also disables multitasking until your Task executes a Wait function. To Exit the Forbidden state you have to call a Permit().