public interface SuspendResumeTaskManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSystemRunning()
Query id the system is in the running state
|
void |
registerAsNonSuspendableTask(java.lang.Thread task,
java.lang.String statusInfo)
Try to register the task as NonSuspendable thread
|
void |
registerAsSuspendableTask(java.lang.Thread task,
java.lang.String statusInfo)
Try to register the task as Suspendable thread
|
void registerAsNonSuspendableTask(java.lang.Thread task,
java.lang.String statusInfo)
task - instance of Thread to registerstatusInfo - status info to expose to frameworkvoid registerAsSuspendableTask(java.lang.Thread task,
java.lang.String statusInfo)
task - instance of Thread to registerstatusInfo - status info to expose to frameworkboolean isSystemRunning()
Copyright © 2018 SAP SE. All Rights Reserved.