Stream.isActive Property
Returns a boolean flag to indicate whether the producer is sending data to this stream.
Syntax
stream.isActive
Parameters
-
None
Returns
-
Type: Boolean
Value:
true
if the stream is active. Otherwise,false
.