QueryTimeoutType Enumeration |
An enumerated type representing the default value for the SystemSettings.GeneralReportQueryTimeoutSettings_QueryTimeoutType system setting.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum QueryTimeoutType
Public Enumeration QueryTimeoutType
public enum class QueryTimeoutType
Members
| Member name | Value | Description |
---|
| Default | 0 |
Use Default (180 seconds)
|
| Custom | 1 |
Use Custom Value (seconds)
|
See Also