Difference between revisions of "Source:isStopped"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Returns whether the Source is stopped.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns whether the Source is stopped.}}

Revision as of 16:17, 14 February 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