startup_status
Check if the boot-startup scheduled task is installed and report its current state, task name, and 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 |