Task Scheduler

Task Scheduler

Task Scheduler is a component of Microsoft Windows that provides the ability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals. It was first introduced in the Windows 95 Plus! pack as "System Agent" [cite web
url = http://www.technofileonline.com/texts/tec032998.html
title = Windows 98: Stable and fast, as well as 'new and improved'
author = Al Fasoltd
publisher = The Syracuse Newspapers
accessdate = 2007-10-06
] but was renamed to "Task Scheduler" in Windows 98.

Versions

Task Scheduler 1.0

Task Scheduler 1.0 is included with Windows 2000, Windows XP and Windows Server 2003.cite web
url = http://msdn2.microsoft.com/en-us/library/aa446802.aspx
title = About the Task Scheduler
accessdate = 2007-10-06
] It runs as a Windows Service, and the task definitions and schedules are stored in binary .job files. Tasks are manipulated directly by manipulating the .job files. Each task corresponds to single action. On Windows 95, Windows 98 and Windows Me, the Task Scheduler runs as an application (mstask.exe). It also displays a status icon in the notification area on Windows 95 and Windows 98 and runs as a hidden application on Windows Me. On the Windows NT family of operating systems, it is implemented as a Windows service.

Task Scheduler 2.0

Task Scheduler 2.0 was introduced with Windows Vista and included in Windows Server 2008 as well. The redesigned Task Scheduler user interface is now based on Management Console. In addition to running tasks on scheduled times or specified intervals, Task Scheduler 2.0 also supports calendar and event-based triggers, such as starting a task when a particular event is logged to the "event log", or when a combination of events has occurred. Also, several tasks that are triggered by the same event can be configured to run either simultaneously or in a pre-determined chained sequence of a series of actions, instead of having to create multiple scheduled tasks. Tasks can also be configured to run based on system status such as being idle for a pre-configured amount of time, on startup, logoff, or only during or for a specified time. XPath expressions can be used to filter events from the Windows Event Log. Tasks can also be delayed for a specified time after the triggering event has occurred, or repeat until some other event occurs. Actions that need to be done if a task fails can also be configured. The actions that can be taken in response to triggers, both event-based as well as time-based, not only include launching applications but also take a number of custom actions. Task Scheduler includes a number of actions built-in, spanning a number of applications; including send an e-mail, show a message box, or fire a COM handler when it is triggered. Custom actions can also be specified using the Task Scheduler API. Task Scheduler keeps a history log of all execution details of all the tasks.cite web
url=http://www.microsoft.com/technet/windowsvista/mgmntops/taskschd.mspx
title=Windows Vista Task Scheduler
date=March 3 2006
accessdate=2006-04-24
publisher=Microsoft TechNet
] . Windows Vista uses Task Scheduler 2.0 to run various system-level tasks [ [http://support.microsoft.com/kb/939039 Description of the scheduled tasks in Windows Vista] ] , as such, the Task Scheduler service cannot be disabled any more.

Unlike Task Scheduler 1.0, Task Scheduler 2.0 exposes an API to programmatically create tasks. It is accessed via the ITaskService COM interface.cite web
url = http://msdn.microsoft.com/msdnmag/issues/07/10/WindowsCPP/
title = Task Scheduler 2.0
author = Kenny Kerr
publisher = MSDN
accessdate = 2007-10-06
] The Windows API does not, however, include a managed wrapper for Task Scheduler. The Task Scheduler API is also exposed for scripting languages, including VBScript, JScript and Windows PowerShell. [cite web
url = http://msdn2.microsoft.com/en-us/library/aa383608.aspx
title = Task Scheduler Reference
accessdate = 2007-10-06
] The job files for Task Scheduler 2.0 are XML-based, and are human-readable, conforming to the "Task Scheduler Schema". While it is possible to create the job files by hand, Microsoft advises not to do so, but use the Task Scheduler API. A command line utility for using Task Scheduler is also provided in terms of the schtasks.exe command. [cite web
url = http://msdn2.microsoft.com/en-us/library/bb736357.aspx
title = Schtasks.exe (Windows)
accessdate = 2007-10-06
]

Other features

* New security features, including using "Credential Manager" to store passwords for tasks on workgroup computers and using Active Directory for task credentials on domain-joined computers so that they cannot be retrieved easily. Also, scheduled tasks are executed in their own session, instead of the same session as system services or the current user.
* Ability to wake up a machine remotely or using BIOS timer from sleep or hibernation to execute a scheduled task or run a previously scheduled task after a machine gets turned on.
* Ability to attach "tasks" to "events" directly from the Event Viewer.

Tasks

The Task Scheduler service works by managing "Tasks"; "Task" refers to the action (or actions) taken in response to trigger(s). A task is defined by associating a set of actions, which can include launching an application or taking some custom-defined action, to a set of triggers, which can either be time-based or event-based. In addition, a task also can contain metadata that defines how the actions will be executed, such as the security context the task will run in. Tasks are serialized to .job files and are stored in the special folder titled "Task Folder", organized in subdirectories. Programmatically, the task folder is accessed using the ITaskFolder interface or the TaskFolder scripting object and individual tasks using the IRegisteredTask interface or RegisteredTask object. [cite web
url = http://msdn2.microsoft.com/en-us/library/aa382589.aspx
title = Tasks (Windows)
publisher = MSDN
accessdate = 2007-10-06
]

ee also

*Job scheduling
*at (Windows)
*cron

References

External links

* [http://msdn2.microsoft.com/en-us/library/aa383614.aspx Task Scheduler]
* [http://support.microsoft.com/kb/303204 The Log File in the Task Scheduler May Be Incorrectly Formatted and Difficult to Read]
* [http://support.microsoft.com/kb/191427/en-us Unable to Delete Text in the Task Scheduler Log File]
* [http://support.microsoft.com/kb/215937/en-us Task Scheduler Service Does Not Start]
* [http://support.microsoft.com/kb/178691/en-us Scheduled Program Does Not Start in Task Scheduler]
* [http://support.microsoft.com/kb/195933/en-us Cannot Disable Task Scheduler]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Task Scheduler — (англ. планировщик задач)  компонент Microsoft Windows, который предоставляет возможность запланировать запуск программ или скриптов в определённые моменты времени или через заданные временные интервалы. Компонент впервые появился в Windows… …   Википедия

  • Windows Task Scheduler — Task Scheduler is a component of Microsoft Windows that provides the ability to schedule the launch of programs or scripts at pre defined times or after specified time intervals. It was first introduced in the Windows 95 Plus! pack as System… …   Wikipedia

  • Scheduler pattern — In computer programming, the scheduler pattern is a software design pattern. It is a concurrency pattern used to explicitly control when threads may execute single threaded code.The scheduler pattern uses an object that explicitly sequences… …   Wikipedia

  • Completely Fair Scheduler — The Completely Fair Scheduler is the name of a task scheduler which was merged into the 2.6.23 release of the Linux kernel. It handles CPU resource allocation for executing processes, and aims to maximize overall CPU utilization while also… …   Wikipedia

  • Multimedia Class Scheduler Service — (MMCSS) is a Windows service that boosts the CPU as well as I/O priority of a thread. It allows an application to get prioritized access to CPU for time sensitive processing (such as multimedia applications) as well as prioritized disc access to… …   Wikipedia

  • Windows Task Manager — Эта статья о Диспетчере задач в Microsoft Windows. О других подобных программах читайте в статье Диспетчер задач. Task manager из Windows 4.x под Windows XP (NT 5.1) Task manager в Windows Vista Диспетчер задач в операционных системах семейства… …   Википедия

  • O(n) scheduler — The O(n) scheduler[1] is the scheduler used in the Linux kernel between versions 2.4 and 2.6. Since version 2.6, it has been replaced by the O(1) scheduler and later by the Completely Fair Scheduler (CFS). Contents 1 Algorithm 2 Advantages …   Wikipedia

  • Completely Fair Scheduler — Der Completely Fair Scheduler (kurz CFS) ist ein Prozess Scheduler in der Informatik. Solche Scheduler werden verwendet, um die Priorität von Programmabläufen auf Kernelebene von Betriebssystemen zu verwalten. CFS wurde von Ingo Molnár entwickelt …   Deutsch Wikipedia

  • O(1)-Scheduler — Linux (Kernel) Entwickler Linus Torvalds u. v. m. Sprache(n) …   Deutsch Wikipedia

  • Adaptive Partition Scheduler — Adaptive Partition Schedulers are a relatively new type of partition scheduler, pioneered with the most recent version of the QNX operating system. Adaptive Partitioning, or AP, allows the real time system designer to request that a percentage of …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”