The info(“speaking”) function returns true if talking is occuring right now.
Description
This function returns true if any application is talking (speech synthesis) right now. You can use this function to wait for talking to finish.
loop
nop
while info("speaking")
speak "My turn now!"
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0 |