Previous | Next | Contents | Index |
Controls whether or not PMDF MAIL waits for a spawned audio playback process to terminate.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET AUDIO_WAIT
SET NOAUDIO_WAIT
SHOW AUDIO_WAIT
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
None.
When an audio playback command has been set and PMDF MAIL replays an audio message part, a subprocess is created to execute the audio playback command. By default, PMDF MAIL will not wait for the subprocess to terminate, thus allowing you to continue reading your mail while the message is replayed.
Issue the command
SET AUDIO_WAIT
to instruct PMDF MAIL to always wait for the playback subprocess to terminate prior to continuing. Use the commandSET NOAUDIO_WAIT
to inhibit waiting on the subprocess.
To cause PMDF MAIL to wait while replaying an audio message, issue the command
SET NOAUDIO_WAIT
:
This will prevent, for instance, cases where multiple audio message parts are read in quick succession and played back at the same time.
EMAIL> SET NOAUDIO_WAIT EMAIL> SHOW AUDIO_WAIT Audio playback waiting is enabled. EMAIL>
Previous | Next | Contents | Index |