Reports whether a sound is currently being recorded.
# Metadata
Platforms: desktop, server OS: mac, windows Introduced: 1.1 Security:
# Syntax
set the recording to {true | false}
# Examples
set the recording to false
wait until the recording is true
# Description
The recording property is true if sound is currently being recorded with the record sound command, false if it is not.
If a recording is currently being made, you can set the recording property to false to stop recording. This is equivalent to using the stop recording command.
# Tags
# See
- **command:** record sound, stop recording - **function:** recordLoudness - **glossary:** property, command