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