Name
wait_secondswait_secondsWaitSecondsWaitSeconds — Delaying the execution of the program.
Herror wait_seconds(double Seconds)
Herror T_wait_seconds(const Htuple Seconds)
The operator wait_secondswait_secondsWaitSecondsWaitSecondsWaitSeconds delays the execution by the number
of seconds indicated in SecondsSecondsSecondsSecondsseconds.
wait_secondswait_secondsWaitSecondsWaitSecondsWaitSeconds uses the 'performance_counter'"performance_counter""performance_counter""performance_counter""performance_counter" for the
measurement of time intervals. The 'performance_counter'"performance_counter""performance_counter""performance_counter""performance_counter" is
explained in the description of the parameter 'clock_mode'"clock_mode""clock_mode""clock_mode""clock_mode" of
the operator set_systemset_systemSetSystemSetSystemSetSystem.
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Number of seconds by which the execution of the program
will be delayed.
Default value: 10
Restriction: Seconds >= 0
The operator wait_secondswait_secondsWaitSecondsWaitSecondsWaitSeconds always returns the value 2 (H_MSG_TRUE).
system_callsystem_callSystemCallSystemCallSystemCall
system_callsystem_callSystemCallSystemCallSystemCall,
count_secondscount_secondsCountSecondsCountSecondsCountSeconds
Foundation