Module: ForemanMco::CommandHistoriesHelper

Defined in:
app/helpers/foreman_mco/command_histories_helper.rb

Instance Method Summary collapse

Instance Method Details

#any_commands_run?Boolean

Returns:

  • (Boolean)


2
3
4
5
# File 'app/helpers/foreman_mco/command_histories_helper.rb', line 2

def any_commands_run?
  return true unless (@command_statuses.count == 0)
  false
end