Skip to content
mnaoumov.dev
Go back

Task Scheduler Event IDs

I discovered that some of my task scheduler tasks are failing on the server and wanted to configure email notifications if that happens

I found an article how to send task scheduler notifications

I wanted to configure a trigger for multiple Event IDs and found how to do this here

The only question left if the list of Event IDs and I could not find a list of all possible values so I extracted them from EventLog myself and putting them here

Event IDTask Category
100Task Started
101Task Start Failed
102Task completed
103Action start failed
106Task registered
107Task triggered on scheduler
108Task triggered on event
110Task triggered by user
111Task terminated
118Task triggered by computer startup
119Task triggered on logon
129Created Task Process
135Launch condition not met, machine not idle
140Task registration updated
141Task registration deleted
142Task disabled
200Action started
201Action completed
203Action failed to start
301Task engine properly shut down
310Task Engine started
311Task Engine failed to start
314Task Engine idle
317Task Engine started
318Task engine properly shut down
319Task Engine received message to start task
322Launch request ignored, instance already running
329Task stopping due to timeout reached
332Launch condition not met, user not logged-on
400Service started
411Service signaled time change
700Compatibility module started

Going to create an alert for ids 101,103,111,311,329


Share this post on:

Previous Post
git core and GitExtensions bugs
Next Post
C__PowerShell Clipboard Watcher