| 
        
            Stackable::isWaitingState Detection Description
   final public boolean Stackable::isWaiting
    ( void
   ) 
  Tell if the referenced Stackable is waiting for notification ParametersThis function has no parameters. Return ValuesA boolean indication of state Examples
 Example #1 Detect the state of the referenced Stackable 
<?phpThe above example will output: bool(true)  |