Speech.Pause
------------

Pauses speech.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Speech](component_Speech.md) | [8.3](newinversion83.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |

MBS( "Speech.Pause" ) ### Parameters

none

### Result

Returns OK or error.

### Description

Pauses speech.  
### Examples

Test pausing:

 Set Variable \[ $r ; Value: MBS ( "[Speech.Speak](SpeechSpeak.md)"; "Hello World, just a test") \]   
Pause Script \[ Duration (Seconds): 1 \]   
Set Variable \[ $r ; Value: MBS ( "Speech.Pause") \]   
Pause Script \[ Duration (Seconds): 1 \]   
Set Variable \[ $r ; Value: MBS ( "[Speech.IsPaused](SpeechIsPaused.md)") \]   
Set Variable \[ $r ; Value: MBS ( "[Speech.Resume](SpeechResume.md)") \]  
### See also

- [Speech.IsPaused](SpeechIsPaused.md)
- [Speech.Resume](SpeechResume.md)
- [Speech.Speak](SpeechSpeak.md)

### Release notes

- **Version 8.3**
    - Added [Speech.IsPaused](http://www.mbsplugins.eu/SpeechIsPaused.shtml), [Speech.Pause](http://www.mbsplugins.eu/SpeechPause.shtml) and [Speech.Resume](http://www.mbsplugins.eu/SpeechResume.shtml).

### Example Databases

- [Mac and iOS/MapKit/MapView BeeExample](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20and%20iOS/MapKit/MapView%20BeeExample.shtml#14ScriptAnchor_)

### Blog Entries

- [MBS Plugin Advent calendar: 4 - Speech](https://www.mbsplugins.de/archive/2023-12-04/MBS_Plugin_Advent_calendar_4_-/monkeybreadsoftware_blog_filemaker)
- [Teach your solution to talk](https://www.mbsplugins.de/archive/2022-10-22/Teach_your_solution_to_talk/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 8.3pr6](https://www.mbsplugins.de/archive/2018-07-13/MBS_FileMaker_Plugin_version_8/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 13th July 2018 , last changed 16th December 2020

  
[Speech.IsSpeaking](SpeechIsSpeaking.md) - [Speech.Resume](SpeechResume.md)

[HTML Version](SpeechPause.shtml)