|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAutomaticResumeFunction
Interface to acquire the if the automatic resume function is enabled in the robotic application.
| Method Summary | |
|---|---|
void |
disableApplicationResuming(String appName)
Disables the automatic resume function on the application with the given name. |
void |
enableApplicationResuming(String appName)
Re-enales the automatic resume function on the application with the given name. |
boolean |
isApplicationResumingDisabled(String appName)
Checks if the automatic resume function is disabled for the application with the given name. |
| Method Detail |
|---|
void disableApplicationResuming(String appName)
appName - name of the application shall not be resumed.void enableApplicationResuming(String appName)
appName - name of the application shall be auto-resumed.boolean isApplicationResumingDisabled(String appName)
appName - name of the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||