Module: BatchProcessor::Malfunction

Defined in:
lib/batch_processor/malfunction/base.rb,
lib/batch_processor/malfunction/not_aborted.rb,
lib/batch_processor/malfunction/not_started.rb,
lib/batch_processor/malfunction/not_processing.rb,
lib/batch_processor/malfunction/already_aborted.rb,
lib/batch_processor/malfunction/already_cleared.rb,
lib/batch_processor/malfunction/already_started.rb,
lib/batch_processor/malfunction/already_enqueued.rb,
lib/batch_processor/malfunction/already_finished.rb,
lib/batch_processor/malfunction/collection_empty.rb,
lib/batch_processor/malfunction/still_processing.rb,
lib/batch_processor/malfunction/collection_invalid.rb

Defined Under Namespace

Classes: AlreadyAborted, AlreadyCleared, AlreadyEnqueued, AlreadyFinished, AlreadyStarted, Base, CollectionEmpty, CollectionInvalid, NotAborted, NotProcessing, NotStarted, StillProcessing