pause

Top  Previous  Next

 

The pause function waits for a specified amount of time before the callback function parameter is executed.

 

3270

5250

Yes

Yes

 

 

Prerequisite Calls

 

There are no prerequisite calls for this function.

 

 

Call Parameters

 

Parameter name

Explanation

time

The time-out interval, expressed in milliseconds.

callback

The callback function to be called after 'time' interval has elapsed.

 

 

Return Value

 

This function returns a Number, representing the ID value of the timer that is set.

 

Remarks

 

1.This function is equivalent to HLLAPI Function Number 18.