Method WMLCard():setTimeOut() Professional

Set a timeout.

Syntax
:setTimeOut( <nSecs>, <cURL> ) --> self
Parameters
<nSecs>
The parameter <nSecs> becomes the value of the value attribute in the WML <timer> tag.
<cURL>
The parameter <cURL> becomes the value of the href attribute in the WML <card> tag.
Return

This method returns the object executing the method (self).

Description

This method defines a timer and a timeout value in 10ths of a second. When the time has elapsed, a new WML document or card specified with <cURL>is automatically loaded.

WML output:

<card ... ontimer="cURL" ... > 
 <timer value="nSecs"/> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.