Plesk for Windows
kb: how-to
Question
How to check the result of a scheduled task in Plesk Windows?
Answer
- Open an elevated Task Scheduler (i.e., right-click on the Task Scheduler icon and choose Run as administrator)
- In the Actions menu, click on Enable All Tasks History:
- Get the hash of the task:
C:\> plesk db "SELECT hash from scheduledtasks WHERE id=<task id>"
+------------------------------------+
| hash |
+------------------------------------+
| 0xde098d9cc05afa4729aec4afae21dfe7 |
+------------------------------------+ - The task will be displayed as "Plesk Scheduled Task #de098d9cc05afa4729aec4afae21dfe7". The name is composed of the hash without the prefix 0x.
- On Scheduled Tasks, go to the Task Status tab, click on Refresh and click on + in the name of the task on the list to open the results:
Comments
0 comments
Please sign in to leave a comment.