Network Timeout Retry Before Prompt

The number of attempts the application executes if the server does not respond (times out). The default is 3.

After the number of retries expires, the user is asked if they want to execute another round of retries. If the user does not select retry, the application returns to the last executed state.

A700x

Set the Network Timeout Retry Before Prompt parameter on the Task Settings tab of the task package.

Android

Set the NetworkTimeoutRetryBeforePrompt parameter in the ManhattanConfig repository in the OnetimeStartupSettings.config file.

{
    "Repositories": {
        "ManhattanConfig": {
            NetworkTimeoutRetryBeforePrompt": 3,
        }
    }
}