SIMPOL Documentation

!wait()

Description

Suspends execution of the current SIMPOL thread for a specified period of time.

Prototype

!wait ( integer )

Return value

.nul

Parameters

ParameterDefault valueType nameDescription
 .nulinteger The number of microseconds to wait for, which can be any value from 0 to 315537811200000000. A value of .nul means there will be no delay. A value of .inf means that the thread will be suspended indefinitely.