info("speaking")

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

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0