Difference between revisions of "Source:isStopped"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Returns whether the Source is stopped.
 
Returns whether the Source is stopped.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns whether the Source is stopped.}}
 
{{#set:Description=Returns whether the Source is stopped.}}
 +
== Other Languages ==
 +
{{i18n|Source:isStopped}}

Revision as of 19:07, 18 November 2010

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