as_is_running
Check whether an Android Studio process (studio64.exe) is running and return its status and process details.
Instructions
Quick check whether an Android Studio process (studio64.exe) is running.
Returns: str: JSON with running (bool) and processes (list of {image,pid,...}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |