Method: NewRelic::Agent::AgentHelpers::Startup#started?

Defined in:
lib/new_relic/agent/agent_helpers/startup.rb

#started?Boolean

True if we have initialized and completed ‘start’

Returns:

  • (Boolean)
[View source]

10
11
12
# File 'lib/new_relic/agent/agent_helpers/startup.rb', line 10

def started?
  @started
end