closeImpl

@MustBeInvokedByOverriders
protected open fun closeImpl()

Implementation for AutoCloseable.close.

Classes should override this method instead of close to ensure that the closeState state of the runner is correctly updated.