Description Usage Arguments Value Note See Also Examples
Returns TRUE if this query is actively running.
1 2 3 4 |
x |
a StreamingQuery. |
TRUE if query is actively running, FALSE if stopped.
isActive(StreamingQuery) since 2.2.0
experimental
Other StreamingQuery methods:
awaitTermination()
,
explain()
,
lastProgress()
,
queryName()
,
status()
,
stopQuery()
1 | ## Not run: isActive(sq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.