Changeset 15142 for trunk/FACT++
- Timestamp:
- 03/23/13 20:10:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/dim.js
r15076 r15142 123 123 * 124 124 * @param {Integer} [timeout] 125 * An optional timeout. If no timeout is given, waiting will not stop 126 * until the condition is fulfilled. A timeout of 0 is allowed and 127 * will essentially just check if the server is in this state or not. 128 * If a negative value is given, exceptions are suppressed and false 129 * is returned in case of timeout. As timeout the absolute value is used. 125 * An optional timeout. If no timeout is given or a timeout of null, 126 * waiting will not stop until the condition is fulfilled. A timeout 127 * of 0 is allowed and will essentially just check if the server is 128 * in this state or not. If a negative value is given, exceptions are 129 * suppressed and false is returned in case of timeout. As timeout 130 * the absolute value is used. 130 131 * 131 132 * @throws
Note:
See TracChangeset
for help on using the changeset viewer.