ClassesClassesClassesClasses | | | | Operators

wait_secondswait_secondsWaitSecondswait_secondsWaitSecondsWaitSeconds (Operator)

Name

wait_secondswait_secondsWaitSecondswait_secondsWaitSecondsWaitSeconds — Delaying the execution of the program.

Signature

wait_seconds( : : Seconds : )

Herror wait_seconds(double Seconds)

Herror T_wait_seconds(const Htuple Seconds)

Herror wait_seconds(const HTuple& Seconds)

void WaitSeconds(const HTuple& Seconds)

static void HSystem::WaitSeconds(double Seconds)

void HOperatorSetX.WaitSeconds([in] VARIANT Seconds)

void HSystemX.WaitSeconds([in] double Seconds)

static void HOperatorSet.WaitSeconds(HTuple seconds)

static void HSystem.WaitSeconds(double seconds)

Description

The operator wait_secondswait_secondsWaitSecondswait_secondsWaitSecondsWaitSeconds delays the execution by the number of seconds indicated in SecondsSecondsSecondsSecondsSecondsseconds.

Parallelization

Parameters

SecondsSecondsSecondsSecondsSecondsseconds (input_control)  real HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (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_secondsWaitSecondswait_secondsWaitSecondsWaitSeconds always returns the value 2 (H_MSG_TRUE).

Possible Successors

system_callsystem_callSystemCallsystem_callSystemCallSystemCall

See also

system_callsystem_callSystemCallsystem_callSystemCallSystemCall, count_secondscount_secondsCountSecondscount_secondsCountSecondsCountSeconds

Module

Foundation


ClassesClassesClassesClasses | | | | Operators