Method: Datadog::Core::Remote::Component#started?

Defined in:
lib/datadog/core/remote/component.rb

#started?Boolean

Is the Remote Configuration worker running?

Returns:

  • (Boolean)


75
76
77
# File 'lib/datadog/core/remote/component.rb', line 75

def started?
  @worker.started?
end