class Concurrent::ScheduledTask

def processing?

Returns:
  • (Boolean) - true if the task is in the given state else false
def processing?
  synchronize { ns_check_state?(:processing) }
end