Changeset 14995 for trunk/FACT++/scripts
- Timestamp:
- 03/09/13 11:02:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/dim.js
r14982 r14995 126 126 * until the condition is fulfilled. A timeout of 0 is allowed and 127 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. 128 130 * 129 131 * @throws … … 131 133 * <li> If no connection to the server is established or no state 132 134 * has been received yet. This is identical to dim.state() 133 * returning 'undefined'. 135 * returning 'undefined' (only in case a positive timeout 136 * is given) 134 137 * 135 138 * @returns {Boolean}
Note:
See TracChangeset
for help on using the changeset viewer.