app_running
Check if a specified process is running by name and get its process IDs. Identify whether an application or service is active to decide next actions.
Instructions
检查进程是否在运行。
Args: name: 进程名(如 "Docker Desktop"、 "docker"、 "com.docker.backend")。
Returns: running: 是否在运行;pids: 匹配到的进程 ID(可能多个)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |