Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Phone API Reference - Classes - NetRequest - setTimeout

setTimeout

Description

Sets a timeout, after which the request will be aborted with a 500 status. 

Basic Example: 

request.setTimeout(milliseconds).

Parameters

Name

Required

Type

Default

Description

milliseconds

Yes

integer

Integer representing time greater than zero in milliseconds.

  • No labels