public interface ProcessingService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Determine if this service is running.
|
void |
startBackgroundProcessing()
Start background processing (if any) for this service.
|
void |
stopBackgroundProcessing()
Stop background processing (if any) for this service.
|
void startBackgroundProcessing()
boolean isRunning()
void stopBackgroundProcessing()
Copyright © 2021 continual.io. All rights reserved.