Init timeout
It should not take longer than this to initialize a server extension.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::INITTIMEOUT |
Category |
Advanced |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
string |
Format |
timespan |
Minimum |
PT1S |
Default value |
"PT10S" |
JSON Schema
{
"category": "CATEGORY_ADVANCED",
"default": "PT10S",
"description": "DESC_INITTIMEOUT",
"format": "timespan",
"formatMinimum": "PT1S",
"propertyOrder": 13,
"type": "string"
}