UiPath Documentation
activities
latest
false
UI Automation activities

ManageCurrentApplication

ManageCurrentApplication in the Mobile Automation coded automation API: resets or launches the current app for this session.

Resets or launches the current app for this session.

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

ManageCurrentApplication(ManageCurrentAppCommandEnum, MobileOptions.ManageCurrentApplicationOptions)

ManageCurrentApplication(
	    ManageCurrentAppCommandEnum appCommand,
	    MobileOptions. ManageCurrentApplicationOptions options = null
)
ManageCurrentApplication(
	    ManageCurrentAppCommandEnum appCommand,
	    MobileOptions. ManageCurrentApplicationOptions options = null
)

appCommand ManageCurrentAppCommandEnum: The command that you want to send to the app that is currently running. There are two available commands, Launch and Reset.

options ManageCurrentApplicationOptions (Optional): Specifies the MobileOptions.ManageCurrentApplicationOptions for the ManageCurrentApplication action. Default value is null.

Return value

Returns True if the command has been executed successfully.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated