Runtime state check interval
The state of each configured runtime is checked periodically.
General Information
Domain |
ADS |
Full symbol path |
ADS.Config::RUNTIME_STATE_CHECK_INTERVAL |
Property is hidden |
Yes |
Contained in every configuration by default |
No |
Schema
Type |
string |
Format |
timespan |
Minimum |
PT1S |
Maximum |
PT30S |
Default value |
"PT2S" |
JSON Schema
{
"default": "PT2S",
"description": "DESC_RUNTIME_STATE_CHECK_INTERVAL",
"format": "timespan",
"formatMaximum": "PT30S",
"formatMinimum": "PT1S",
"hidden": true,
"propertyOrder": 4,
"type": "string"
}