QuerySignal.st
changeset 22065 3ee62adf2676
parent 22064 19fd11c9bf7f
child 22105 c388c92b451b
equal deleted inserted replaced
22064:19fd11c9bf7f 22065:3ee62adf2676
   426     ].
   426     ].
   427     ^ false
   427     ^ false
   428 !
   428 !
   429 
   429 
   430 isQuery
   430 isQuery
   431     "return true, if this is a querySignal - always return true here"
   431     "return true, if this is a query - always return true here"
   432 
   432 
   433     ^ true
   433     ^ true
   434 
   434 
   435     "Created: / 21-07-2017 / 00:44:23 / cg"
   435     "Created: / 21-07-2017 / 00:44:23 / cg"
   436 !
   436 !