startup_status
Check if a boot-startup scheduled task is installed and get its current state, returning a JSON report with installation status and task details.
Instructions
Report whether the boot-startup scheduled task is installed and its state.
Returns: str: JSON {"ok": bool, "installed": bool, "details": "...", "task_name": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |