Method: NewRelic::Agent::AgentHelpers::Startup#started?
- Defined in:
- lib/new_relic/agent/agent_helpers/startup.rb
permalink #started? ⇒ Boolean
True if we have initialized and completed ‘start’
10 11 12 |
# File 'lib/new_relic/agent/agent_helpers/startup.rb', line 10 def started? @started end |