AppStatus.displayStreamingLine

Print a formatted streaming line above the static lines.

  1. typeof(this) displayStreamingLine(cstring format, Args args)
    class AppStatus
    typeof(this)
    displayStreamingLine
    (
    Args...
    )
    (
    cstring format
    ,
    Args args
    )
  2. typeof(this) displayStreamingLine()

Parameters

Args

Tuple of arguments to format

format cstring

format string of the streaming line

args Args

Arguments for the streaming line

Return Value

Type: typeof(this)

this object for method chaining

Meta