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(), isActive(), lastProgress(), queryName(), status()

Examples

1
## Not run:  stopQuery(sq) 

danzafar/tidyspark documentation built on Sept. 30, 2020, 12:19 p.m.