OpenServerOptions
A complex data type that describes open server options.
Schema
<xsd:complexType name="OpenServerOptions">
<xsd:sequence>
<xsd:element name="KeepWorkingSpace" type="xsd:boolean"/>
<xsd:element name="DriverTimeout" type="xsd:long"/>
<xsd:element name="PollingInterval" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
Elements
KeepWorkingSpace
Specifies whether the workspace directory is removed after the job completes.
DriverTimeout
The time for the driver to return from executing a job.
PollingInterval
The time interval for the open server to get status messages. The minimum value is 10 seconds.