lastProgress {SparkR} | R Documentation |
Prints the most recent progress update of this streaming query in JSON format.
lastProgress(x)
## S4 method for signature 'StreamingQuery'
lastProgress(x)
x |
a StreamingQuery. |
lastProgress(StreamingQuery) since 2.2.0
experimental
Other StreamingQuery methods:
awaitTermination()
,
explain()
,
isActive()
,
queryName()
,
status()
,
stopQuery()
## Not run: lastProgress(sq)