Windows Task Scheduler: Difference between revisions

Content deleted Content added
Tags: Reverted nowiki added
Reverted 1 edit by 41.66.211.250 (talk): Rv blanking / test edit
Line 72:
 
==Tasks==
The Task Scheduler service works by managing ''Tasks''; ''Task'' refers totitledto 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 <code>.job</code> files and are stored in the [[Special folders|special folder]] titled ''Task Folder'', organized in subdirectories. Programmatically, the task folder is accessed using the <code>ITaskFolder</code> interface or the <code>TaskFolder</code> scripting object and individual tasks using the <code>IRegisteredTask</code> interface or <code>RegisteredTask</code> object.<ref>{{cite web
| url = http://msdn2.microsoft.com/en-us/library/aa382589.aspx
| title = Tasks (Windows)
| work = [[MSDN]]<nowiki>
* Insert non-formatted text here
# Numbered list item
</nowiki>
| publisher = [[Microsoft]]
| access-date = 2007-10-06