Yield

Top  Previous  Next

Method

Yield()

Parameters

None

Returns

N/A

Example

oUTILITIES.Yield

 

 

Does the equivalent of the MS VB DoEvents statement to "Yield" time to the processor.  Use this method if your script is involved in lengthy looping or extended processing code to allow processor time for other commando (and windows) processes to operate smoothly.