{{oldin|[[11.0]]|110|type=function|text=It has been replaced by [[Source:isPlaying]]}}
Returns whether the Source is paused.
== Function ==
=== Synopsis ===
<source lang="lua">
paused = Source:isPaused( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|paused|True if the Source is paused, false otherwise.}}
== See Also ==
* [[parent::Source]]
[[Category:Functions]]
{{#set:Description=Returns whether the Source is paused.}}
{{#set:Since=071}}
== Other Languages ==
{{i18n|Source:isPaused}}