commandOutputText

fun commandOutputText(recordId: Int): String?

Returns all currently retained output for recordId.

Soft-wrapped rows are joined while hard row boundaries become newlines. This explicit EDT-only query may allocate in proportion to the retained output and is never used while painting.

Return

command output, or null when unavailable or called off the EDT.

Parameters

recordId

retained command record id.