Description
Returns the name of the process running on a connected mobile device.
Declaration
ProcessObj.ProcessName
Read-Only Property | String |
ProcessObj | An expression, variable or parameter that specifies a reference to a Process object |
Applies To
The property is applied to the following object:
Property Value
A string containing the name of the process.
For Android, it is the name of the package that started the process. For example, com.example.orders.
For iOS, it is the name of the application that started the process. For example, Orders.