Difference between revisions of "Source:isStopped"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns whether the Source is stopped.}}
 
{{#set:Description=Returns whether the Source is stopped.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:isStopped}}
 
{{i18n|Source:isStopped}}

Revision as of 09:16, 25 March 2011

Returns whether the Source is stopped.

Function

Synopsis

loop = Source:isStopped( )

Arguments

None.

Returns

boolean loop
True if the Source is stopped, false otherwise.

See Also


Other Languages