Stop
The Stop method stops the
speaking
asynchronously.
Function Stop(
[Gracefully As Boolean = False]
) As Boolean
Parameters
- Gracefully
- (Default value: false)
If parameter Gracefully is True,
it will try to stop the voice at the nearest word boundary.
Return Values
- If the method succeeds, it returns TRUE, otherwise returns FALSE.
Remarks
- None.
See Also
- Speak