status: Function to report current status of a stream

Description Usage Arguments Value Author(s) See Also Examples

Description

status invoked on a stream yields the current status of the stream, as reported by the status methods of each component.

Usage

1
2
3
4
status(x, ...)

## S4 method for signature 'Streamer'
status(x, ...)

Arguments

x

A Stream, Producer, or Consumer object.

...

Additional arguments, currently unused.

Value

A component-specific summary the current status

Author(s)

Martin Morgan mtmorgan@fhcrc.org

See Also

Stream, Producer, Consumer.

Examples

1
## see example(Stream)

Streamer documentation built on Nov. 8, 2020, 5:53 p.m.