Exemple #1
0
        private void CleanupActionOutput()
        {
            if (_step.LogPath != "-")
            {
                _currentActionOutput.Close();
            }

            _currentActionOutput = null;
        }
Exemple #2
0
 private void Cleanup()
 {
     _output.Close();
     _managerOutput.Close();
 }