vars

private lateinit var vars: Set<String>

Internal state storing received outputs after executing one stage.

Variables that have their all of their results (stdout, stderr, exitcode) collected will be included in this set. Hence if a query of variable name is not contained in vars, it will not be proceeded to parsing contents.