gtpc2m1l | C/C++ Language Support User's Guide |
This function is used to delay processing of an entry in order to allow processing of other entries. The current entry is placed on the input list.
Format
#include <tpfapi.h> void dlayc(void);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
Examples
The following example suspends processing of the program executing now and places the associated ECB on the input list.
#include <tpfapi.h>
·
·
·
dlayc();
Related Information