Property | Type | Access | Description |
adminPort | number |
readonly | The socket the server uses to service administrative requests. |
configuration | string |
readonly | The configuration name for this instance of the server. |
eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
events | Events Event |
readonly | A collection of events. |
heartbeatUpdateInterval | number |
readonly | The time interval (in seconds) at which last active timestamp of IDS is updated to IDS console app. |
hostName | string |
readonly | The name of the machine InDesignServer is running on; either symbolic (host.corp.com) or IPv4 address (123.345.678.90). |
imagePreview | bool |
r/w | If true, generates image previews. |
iorFile | File |
readonly | Location to write the IOR file for CORBA. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
javascriptUi | bool |
r/w | If true, makes the native JavaScript user interface available. |
maximumErrors | number |
r/w | Maximum number of errors to save. |
onMainThreadOnly | bool |
readonly | If true, client requests are executed on main thread only. |
parent | Application |
readonly | The parent of the ServerSetting (a Application). |
pluginPaths | Array of File |
readonly | Additional paths from which to load plugins. |
port | number |
readonly | The socket the server uses to service SOAP requests. |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
sendCrashLogs | bool |
readonly | If true, send crash log data to Adobe. |
sessionSupportLoggingEnabled | bool |
readonly | If true, session support logging is enabled. |
sessionTimeout | number |
readonly | The session timeout (in seconds) for soap sessions. |
useConsole | bool |
readonly | If true, output is going to a console window. |
useErrorList | bool |
r/w | If true, errors are saved in the error list. |
useEventLog | bool |
readonly | If true, output is redirected to the system event log. |
useStructuredEventHandler | bool |
readonly | If true, install structured event handler. |