wait_secondswait_secondsWaitSecondsWaitSecondswait_seconds (Operator)

Name

wait_secondswait_secondsWaitSecondsWaitSecondswait_seconds — Delaying the execution of the program.

Signature

wait_seconds( : : Seconds : )

Herror wait_seconds(double Seconds)

Herror T_wait_seconds(const Htuple Seconds)

void WaitSeconds(const HTuple& Seconds)

static void HSystem::WaitSeconds(double Seconds)

static void HOperatorSet.WaitSeconds(HTuple seconds)

static void HSystem.WaitSeconds(double seconds)

def wait_seconds(seconds: float) -> None

Description

The operator wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds delays the execution by the number of seconds indicated in SecondsSecondsSecondsSecondssecondsseconds.

wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds uses the 'performance_counter'"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""performance_counter" is explained in the description of the parameter 'clock_mode'"clock_mode""clock_mode""clock_mode""clock_mode""clock_mode" of the operator set_systemset_systemSetSystemSetSystemSetSystemset_system.

Execution Information

Parameters

SecondsSecondsSecondsSecondssecondsseconds (input_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Number of seconds by which the execution of the program will be delayed.

Default value: 10

Restriction: Seconds >= 0

Result

The operator wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds always returns the value TRUE.

Possible Successors

system_callsystem_callSystemCallSystemCallSystemCallsystem_call

See also

system_callsystem_callSystemCallSystemCallSystemCallsystem_call, count_secondscount_secondsCountSecondsCountSecondsCountSecondscount_seconds

Module

Foundation