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

  • How to configure Volume Shadow Copies VSS on Windows Server
    Volume Shadow Copies: How to configure VSS on Windows Server Windows
  • Logon fsilure errors
    Logon Failure Reasons for Windows Event Viewer Windows Server
  • How to Install RSAT on Windows 11
    How to Install and Uninstall RSAT on Windows 11 Windows
  • Update Wampserver
    How to update WampServer to Latest Version Web Server
  • change keyboard layout windows 10 thumb800
    How to use the On-Screen Keyboard Windows
  • HybridCloudTrust
    WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift

More Related Articles

How to configure Volume Shadow Copies VSS on Windows Server Volume Shadow Copies: How to configure VSS on Windows Server Windows
Logon fsilure errors Logon Failure Reasons for Windows Event Viewer Windows Server
How to Install RSAT on Windows 11 How to Install and Uninstall RSAT on Windows 11 Windows
Update Wampserver How to update WampServer to Latest Version Web Server
change keyboard layout windows 10 thumb800 How to use the On-Screen Keyboard Windows
HybridCloudTrust WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift

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

  • Keep personal files and apps
    Fix Keep personal files and apps option greyed out during Upgrade Windows Server
  • image 23
    Copy Deployment Share between Servers without using linked Deployment Shares Windows
  • Basic Cisco Switch Configuration
    Configure a username and secret on a Cisco Switch and Router Network | Monitoring
  • WebLaps
    Configure WebLAPS to manage Microsoft LAPS Windows
  • image 8
    Enable or disable Core Isolation Memory Integrity in Windows 10 and 11 Windows
  • logon failure and requested session denied
    Logon Failure: User has not been granted the requested logon type Windows
  • images 3 4
    What are the differences between an ADM and ADMX file Windows Server
  • AZURE Kubernetes Service Upgrade
    AZURE Kubernetes Service (AKS) upgrade minor version from 1.32.3 to 1.33.7 AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,791 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.