Ignore:
Timestamp:
01/07/14 16:11:13 (11 years ago)
Author:
tbretz
Message:
Implemented that one can wait for 'not a state' to check if a state has been changed away from something.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/dim.js

    r15151 r17498  
    115115 * @param {String} name
    116116 *     The name of the server of which you want to wait for a state.
    117  *     The name must not contain quotation marks.
     117 *     The name must not contain quotation marks. To wait for
     118 *     "not the given state", prefix the server name with an
     119 *     exclamation mark, e.g. "!DIM_CONTROL"
    118120 *
    119121 * @param {String,Integer} state
Note: See TracChangeset for help on using the changeset viewer.