|
![]() |
![]() |
version 2003
PA_Yield
Parameter | Type | Description | ||||
This command does not require any parameters |
Description
The routine
PA_Yield
tells the 4D scheduler to execute one time-slice of all other running processes if one 60 th of a second has elapsed since the last scheduler execution cycle.
PA_Yield
MUST be called within any 4D plug-in looping structure which is known will not give back the control to the 4D scheduler if the entry point is not called. If this is NOT done all other processes will not execute for the duration of the loop.