Herror ::wait_seconds (
    const HTuple &Seconds
)

Delaying the execution of the program.

The operator ::wait_seconds delays the execution by the number of seconds indicated in Seconds.


Parameters

Seconds (input_control)
real -> HTuple.double
Number of seconds by which the execution of the program will be delayed.
Default value: 10
Restriction: Seconds >= 0


Result

The operator ::wait_seconds always returns the value H_MSG_TRUE.


Possible Successors

::system_call


See also

::system_call, ::count_seconds


Module

System



Copyright © 1996-2002 MVTec Software GmbH