All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

WindowsScript.SetTimeout

Component: WindowsScript
Mac OS X: Does nothing
Windows: Works

MBS( "WindowsScript.SetTimeout" ; ScriptID; TimeOut )

Parameters

Parameter Description Example value
ScriptID The ID of a WindowsScript in memory. 1
TimeOut Seconds, default is 10000 2

Description

Each script has a setting that dictates how long a script will wait before timing out. This function allows you to change to change that setting. The units are seconds.

Feedback: Report problem or ask question.