SUI_GetStatus Table of Contents || Prev | Next || [?]

 
SUI_GetStatus --> status
 
 
ReturnsTypeDescription
statusIntegerResponse status
 
Description

SUI_GetStatus returns a 1 if the user has spoken a valid utterance. In the meanwhile, a negative value is returned which represents the current input volume level.

This command is typically called in a loop in a separate process:

Repeat `Loop until we hear from the user.
  DELAY PROCESS (Current process ;6)
Until ((SUI_GetStatus=1) | (SUI_bAbort))