GetTimeout¶
-
virtual double IAlignment::GetTimeout() = 0¶
Gets the timeout used for this alignment method.
- Returns
double – Timeout in seconds. Negative value means infinite. The default timeout value is -1.0 (infinite).
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.