Wait Data Member Function

Makes the software wait for the specified number of milliseconds. 1000 = 1 second.

Prototype

static int32 Wait( int32 p_nMilliseconds )

Parameters

Parameter Type Parameter Name Documentation
int32p_nMillisecondsThe number of milliseconds to wait.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.