Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form

Task Scheduler shows task still running despite successful

Posted on 25/04/202312/10/2024 IT Expert By IT Expert No Comments on Task Scheduler shows task still running despite successful
  1. Home
  2. Windows
  3. Task Scheduler shows task still running despite successful
schedulepythontasksinWindows

In this article, I will show you how to resolve the “Task Scheduler shows task still running despite successful”. The Task Scheduler service enables you to run automated (scheduled) tasks on a desired device. Please see the related articles: how to Run or Edit and Delete Tasks via Windows Task Scheduler, How to create an Advanced Windows Scheduled Task, How to Monitor Windows Server Backup via PowerShell, and Microsoft Management Console: How to fix Windows Task Scheduler Service Greyed Out in Services MMC.

With this service, you can schedule any program to run at a convenient time for you or when a specific event occurs. The Task Scheduler monitors the time or event criteria that you choose and then executes the task when those criteria are met.

Please see how similar errors were resolved: How to Fix Windows Task Scheduler Error 0x1, how to fix Windows Task Scheduler 0x2 Error, and how to fix Failed to create a new scheduled task name RemoteException: Cannot create the file when that file already exists.

Why was this error “Task Scheduler shows task still running” prompted?

I have scheduled this task and many others to run depending on my triggers on a daily/weekly/monthly basis in windows server 2022. Unfortunately, only this job kept running.

This error was caused because the “matplotlib.pyplot.show function” was not commented out when added to the script or omitted in general as it is only relevant in the terminal and not from the automated task.

This is why the desired result will be achieved, but the job will continue running as the output is displayed. Please see the image below for more information.

reason-for-the-error

As you can see below, the task is still running. It should be ended by now. I will show you how I resolved this very quickly and how it you will be able to have your own issue(s) resolved as well.

Task-Scheduler-does-not-stop

You have to understand your script in order to be able to resolve this issue.

Please see Fix FileNotFoundError: [Errno 2] No such file or directory. Also, see how to apply Windows Updates with PowerShell, and How to fix “An Attempt Was Made to Reference a Token That Does Not Exist” in Windows 10.

Other Solutions were tried and Task Scheduler Setting in place Never worked

1: Despite having to stop the running task manually, the following code was prompted. This Task Scheduler code means “The last run of the task was terminated by the user.”. This did not solve the issue.

Do not bother restarting your PC or killing any process in order to fix this issue as claimed by many blogs!

Note: The Status Task Refresh does not also help or change the Status changed to Ready.

Please see the following related article: Microsoft Management Console: How to fix Windows Task Scheduler Service Greyed Out in Services MMC. How to create an Advanced Windows Scheduled Task, and How to schedule Windows Defender Antivirus to scan on Windows.

PC-restart-result-in-this-Task-scheduler-Error

2: As you can see from my Task Scheduler Settings, and trigger Tab. I have configured it to ask to stop, but this did not help because the script was not running correctly, but the image from the “matplotlib.pyplot.show function” displayed.

"Stop the task if it runs longer than" is set to 1 hour under settings tab and triggers tab.
"If the running task does not end when requested, force it to stop" is checked.
stop-task-longer-than-1hour
Edit-Trigger-Stop-task-after-1-hour

Before jumping to how I resolved this issue, I would like to explain what Matplotlib is. Please proceed as we work through this issue together.

What is Matplotlib?

Matplotlib is a library in Python and it is a numerical mathematical extension for the NumPy library. Pyplot is a state-based interface to a Matplotlib module which provides a MATLAB-like interface.

Solution “Resolving Task Scheduler shows the task still running after completion”

As I have hinted previously, the show() function in pyplot module of matplotlib library is used to display all figures. As this is displayed, the job cannot end.

Since I have decided to automate this job, I will have to comment on this ut or remove it. In my case, I will just comment it out. For a similar script, please see Run Python Script via Windows Task Scheduler.

Fixed-error

When this is done, run the job again manually, and it will end successfully. Please see the image below.

After a successful run, it closes the Python script, and the task is done and changes its status to Ready.

task-completed-successfully

Please see Export and Import Scheduled Tasks in Windows, and how to configure log on as a batch job permissions on any server.

I hope you found this blog post helpful on how to fix “Task Scheduler shows task still running despite successful”. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Microsoft Windows, Task Scheduler, Windows 10, Windows 11

Post navigation

Previous Post: How to hide Folders and Files from Search Results in Windows
Next Post: Install and configure TeamPass Password Manager

Related Posts

  • Featured image
    Exploring the Reasons to use or not use Screensavers in Windows Windows
  • Windows Deployment Services
    How to migrate WDS and MDT to a new Windows Server Windows Server
  • screenshot 2020 02 07 at 21.59.33
    Prerequisites for setting up a Single and Multi App Kiosk Windows
  • Feature image  Error Code 0xC1900101 – 0x30018
    How to Fix Windows Update Error Code 0xC1900101 – 0x30018 Windows
  • login keyboard feature
    Sign-In Method Not Allowed: Contact Network Administrator Windows Server
  • Change BitLocker Password in Windows
    How to Change BitLocker Password in Windows Security | Vulnerability Scans and Assessment

More Related Articles

Featured image Exploring the Reasons to use or not use Screensavers in Windows Windows
Windows Deployment Services How to migrate WDS and MDT to a new Windows Server Windows Server
screenshot 2020 02 07 at 21.59.33 Prerequisites for setting up a Single and Multi App Kiosk Windows
Feature image  Error Code 0xC1900101 – 0x30018 How to Fix Windows Update Error Code 0xC1900101 – 0x30018 Windows
login keyboard feature Sign-In Method Not Allowed: Contact Network Administrator Windows Server
Change BitLocker Password in Windows How to Change BitLocker Password in Windows Security | Vulnerability Scans and Assessment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • dfghjk
    How to setup and arrange your external displays on your Mac Mac
  • Windows 10 Upgrade 1 1
    Perform an in-place upgrade from Windows Server 2016 to Windows Server 2019 Windows Server
  • Capture
    An account with the same name exists in Active Directory: Re-using the account was blocked by a security policy Security | Vulnerability Scans and Assessment
  • VBscript fixed and working in WinPE
    Windows PE working for Windows 11 and Windows Server 2022 Windows Server
  • windows 10 technical preview windows 10 logo microsoft 97543 1920x1080
    Disable the sleep mode in Windows to never turn off the display Windows
  • MECM Deployment copy
    How to install Endpoint Configuration Manager on HyperV VM Windows Server
  • Laps in Windows
    How to Reset Services Restore Mode (DSRM) Password Windows Server
  • Screenshot 2020 05 14 at 18.00.59
    Linux Error 13: Permission denied – Are you root Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,796 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.