stopQuery {SparkR} | R Documentation |
Stops the execution of this query if it is running. This method blocks until the execution is stopped.
stopQuery(x) ## S4 method for signature 'StreamingQuery' stopQuery(x)
x |
a StreamingQuery. |
stopQuery(StreamingQuery) since 2.2.0
experimental
Other StreamingQuery methods: awaitTermination
,
explain
, isActive
,
lastProgress
, queryName
,
status
## Not run: stopQuery(sq)