stopQuery: stopQuery

Description Usage Arguments Note See Also Examples

Description

Stops the execution of this query if it is running. This method blocks until the execution is stopped.

Usage

1
2
3
4
stopQuery(x)

## S4 method for signature 'StreamingQuery'
stopQuery(x)

Arguments

x

a StreamingQuery.

Note

stopQuery(StreamingQuery) since 2.2.0

experimental

See Also

Other StreamingQuery methods: awaitTermination(), explain(), isActive(), lastProgress(), queryName(), status()

Examples

1
## Not run:  stopQuery(sq) 

SparkR documentation built on June 3, 2021, 5:05 p.m.