NETWORK_STATUS variable

Syntax
const qa_string MessageProperties::NETWORK_STATUS
Remarks

This property name refers to the state of the network connection.

The value of this field is "ias_NetworkStatus".

The value of this property is 1 if the network is accessible and 0 otherwise. The network status is used for system queue messages (for example, network status changes).

For more information, see Message properties.

Pass MessagePropertiesNETWORK_STATUS as the first parameter in the QAMessagesetStringProperty method or the QAMessagegetStringProperty method to access the associated message property.

See Also

setStringProperty function

getStringProperty function