( |
|
|
|||
Delays the execution of code that comes after this procedure (in seconds). |
Parameters: | |
Determines how many seconds the delay will last. | |
global procedure InfRepRn(record RcVc RepSpec) begin StartReportJob("Infinity"); EndHeader; while (true) begin sleep(1); end; EndJob; return; end;
Related topics: |