Skip to contents

Prints the current status of the query in JSON format.

Usage

status(x)

# S4 method for StreamingQuery
status(x)

Arguments

x

a StreamingQuery.

Note

status(StreamingQuery) since 2.2.0

experimental

See also

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

Examples

if (FALSE)  status(sq)