getResultContent

abstract fun getResultContent(result: CmdUtils.Var.Result<*>): List<String>

Retrieves the stored content for result after stage execution. This method should utilize the outputs state to derive and return the content.