ServiceRequest.HideWaiterTimeout

Syntax

HideWaiterTimeout: Number;

Description

The HideWaiterTimeout property determines delay before hiding a loading indicator after getting a response.

Comments

Use JSON or the setHideWaiterTimeout method to set the property value, and the getHideWaiterTimeout method to get the property value.

The default value: 100.

Example

The property use is given in the example for ServiceRequest.BackgroundRequestTimeout.

See also:

ServiceRequest