All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v1.2.0.cybox.objects.Win_Task_Object.xsd Maven / Gradle / Ivy

There is a newer version: 1.2.0.2
Show newest version


	
		This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
		
			Win_Task_Object
			2.1
			01/22/2014			
			The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. 
			Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.
		
	
	
	
	
		
			The Windows_Task object is intended to characterize Windows task scheduler tasks. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381311(v=vs.85).aspx.
		
	
	
		
			The WindowsTaskObjectType type is intended to characterize Windows task scheduler tasks. See Also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381311(v=vs.85).aspx.
		
		
			
				
					
						
							The Status field specifies the current status of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381263(v=vs.85).aspx.
						
					
					
						
							The Priority field specifies the priority of the scheduled task. This can either be a free-form string or one the values in the TaskPriorityEnum enumeration. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381876(v=vs.85).aspx.
						
					
					
						
							The Name field specifies the image name for the task.
						
					
					
						
							The Application_Name specifies the application name associated with the task.
						
					
					
						
							The Parameters field specifies the command line parameters used to launch the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381875(v=vs.85).aspx.
						
					
					
						
							The Flags field specifies any flags that modify the behavior of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381248(v=vs.85).aspx.
						
					
					
						
							The Account_Name field specifies the name of the account used to run the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381228(v=vs.85).aspx.
						
					
					
						
							The Account_Run_Level field specifies the permission level of the account that the task will be run at.
						
					
					
						
							The Account_Logon_Type field specifies the security logon method required to run the tasks associated with the account. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383013(v=vs.85).aspx.
						
					
					
						
							The Creator field specifies the name of the creator of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381235(v=vs.85).aspx.
						
					
					
						
							The Creation_Date field specifies the date and time that the task was registered. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa382623(v=vs.85).aspx.
						
					
					
						
							The Most_Recent_Run_Time field specifies the most recent run date/time of this scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381254(v=vs.85).aspx.
						
					
					
						
							The Exit_Code field specifies the last exit code of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381245(v=vs.85).aspx.
						
					
					
						
							The Max_Run_Time field specifies the maximum run time of the scheduled task before terminating, in milliseconds. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381874(v=vs.85).aspx.
						
					
					
						
							The Next_Run_Time field specifies the next run date/time of the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381257(v=vs.85).aspx.
						
					
					
						
							The Action_List field specifies a list of actions to be performed by the scheduled task.
						
					
					
						
							The Trigger_List field specifies a set of triggers used by the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383264(v=vs.85).aspx.
						
					
					
						
							The Comment field specifies a comment for the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381232(v=vs.85).aspx.
						
					
					
						
							The Working_Directory field specifies the working directory for the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381878(v=vs.85).aspx.
						
					
					
						
							The Work_Item_Data field specifies application defined data associated with the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381271(v=vs.85).aspx.
						
					
				
			
		
	
	
		
			The TriggerListType type specifies a set of triggers associated with the scheduled task.
		
		
			
				
					A trigger associated with this scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381264(v=vs.85).aspx.
				
			
		
	
	
		
			The TriggerType type characterizes task triggers. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383868(v=vs.85).aspx.
		
		
			
				
					The Trigger_Begin_Element specifies the date/time that the trigger is activated.
				
			
			
				
					The Trigger_Delay field specifies the delay that takes place between when the task is registered and when the task is started.
				
			
			
				
					The Trigger_End field specifies the date/time that the trigger is deactivated.
				
			
			
				
					The Trigger_Frequency field specifies the frequency at which the trigger repeats.
				
			
			
				
					The maximum amount of time that the task launched by the trigger is allowed to run. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383868(v=vs.85).aspx.
				
			
			
				
					The Trigger_Session_Change_Type field specifies the type of Terminal Server session change that would trigger a task launch. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381298(v=vs.85).aspx.
				
			
			
				
					The Trigger_Type specifies the type of the task trigger.
				
			
		
		
			
				The enabled field specifies whether the trigger is enabled.
			
		
	
	
		
			The TaskActionListType type specifies a list of task actions.
		
		
			
				
					The work items performed by a task are called actions. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383549(v=vs.85).aspx.
				
			
		
	
	
		
			The TaskActionType type characterizes scheduled task actions.
		
		
			
				
					The Action_Type field specifies the type of the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380596(v=vs.85).aspx.
				
			
			
				
					The Action_ID field specifies the user-defined identifier for the action. This identifier is used by the Task Scheduler for logging purposes. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380590(v=vs.85).aspx.
				
			
			
				
					The IEmail_Action field specifies an action that sends an e-mail, which in this context refers to actual email message sent. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380693(v=vs.85).aspx.
				
			
			
				
					The IComHandlerAction field specifies an action that fires a handler.
				
			
			
				
					The IExecAction field specifies an action that executes a command-line operation. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.
				
			
			
				
					The IShowMessageAction field specifies an action that shows a message box when a task is activated. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx.
				
			
		
	
	
		
			The TaskActionTypeType characterizes the specific types of task actions.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The IComHandlerActionType type characterizes IComHandler actions.
		
		
			
				
					The COM_Data field specifies the data associated with the COM handler. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380613(v=vs.85).aspx.
				
			
			
				
					The COM_Class_ID field specifies the ID of the COM action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380613(v=vs.85).aspx.
				
			
		
	
	
		
			The IExecActionType type characterizes IExec actions.
		
		
			
				
					The Exec_Arguments field specifies the arguments associated with the command-line operation launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.
				
			
			
				
					The Exec_Program_Path field specifies the path to the executable file launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.
				
			
			
				
					The Exec_Working_Directory field specifies the directory that contains either the executable file or the files that are used by the executable file launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.
				
			
			
				
					The Exec_Program_Element specifies the hashes of the executable file launched by the action.
				
			
		
	
	
		
			The IShowMessageActionType type characterizes IShowMessage actions.
		
		
			
				
					The Show_Message_Body field specifies the message text that is displayed in the body of the message box by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx.
				
			
			
				
					The Show_Message_Title field specifies the title of the message box shown by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx.
				
			
		
	
	
		
			The TaskFlagType type specifies Windows Task flag types via a union of the TaskFlagEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The TaskPriorityType type specifies Windows Task priority types via a union of the TaskPriorityEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The TaskTriggerFrequencyType type specifies Windows Task trigger frequency types via a union of the TriggerFrequencyEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The TaskTriggerType type specifies Windows Task trigger types via a union of the TriggerTypeEnum enumeration and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The TaskStatusType type specifies Windows Task states via a union of the TaskStatusEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			An enumeration of action types. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380596(v=vs.85).aspx.
		
		
			
			
				
					This action performs a command-line operation. For example, the action could run a script, launch an executable, or, if the name of a document is provided, find its associated application and launch the application with the document.
				
			
			
				
					This action fires a handler.
				
			
			
				
					This action sends an e-mail.
				
			
			
				
					This action shows a message box.
				
			
		
	
	
		
			The TaskFlagEnum enumeration specifies the run flags for a task scheduler task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381283(v=vs.85).aspx See Also: http://msdn.microsoft.com/en-us/library/microsoft.office.excel.server.addins.computecluster.taskscheduler.taskflags(v=office.12).aspx.
		
		
			
				
					
					
						
							This flag is used when converting Windows NT AT service jobs into work items. The Windows NT AT service job refers to At.exe, the Windows NT command-line utility used for creating jobs for the Windows NT Schedule service. The Task Scheduler service replaces the Schedule service and is backwards compatible with it. The conversion occurs when the Task Scheduler is installed on Windows NT/Windows 2000— for example, if you install Internet Explorer 4.0, or upgrade to Windows 2000. During the setup process, the Task Scheduler installation code searches the registry for jobs created for the AT service and creates work items that will accomplish the same operation. For such converted jobs, the interactive flag is set if the work item is intended to be displayed to the user. When this flag is not set, no work items are displayed in the Tasks folder, and no user interface associated with the work item is presented to the user when the work item is executed.
						
					
					
						
							The work item will be deleted when there are no more scheduled run times.
						
					
					
						
							The work item is disabled. This is useful to temporarily prevent a work item from running at the scheduled time(s).
						
					
					
						
							The work item created will be hidden.
						
					
					
						
							The work item runs only if the user specified in IScheduledWorkItem::SetAccountInformation is logged on interactively. This flag has no effect on the work items that are set to run in the local account.
						
					
					
						
							The work item begins only if the computer is not in use at the scheduled start time.
						
					
					
						
							The work item causes the system to be resumed, or awakened, if the system is running on battery power. This flag is supported only on systems that support resume timers.
						
					
					
						
							The work item terminates if the computer makes an idle to non-idle transition while the work item is running. The computer is not considered idle until the IdleWait triggers' time elapses with no user input. For information regarding idle triggers, see Idle Trigger.
						
					
					
						
							The work item starts again if the computer makes a non-idle to idle transition before all the work item's task_triggers elapse. (Use this flag in conjunction with TASK_FLAG_KILL_ON_IDLE_END.).
						
					
					
						
							The work item does not start if its target computer is running on battery power.
						
					
					
						
							The work item ends, and the associated application quits if the work item's target computer switches to battery power.
						
					
					
						
							The work item runs only if there is currently a valid Internet connection.
						
					
				
			
		
	
	
		
			The TaskPriorityEnum enumeration specifies the priority levels of task scheduler tasks. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383512(v=vs.85).aspx.
		
		
			
				
					A priority class of high (1).
				
			
			
				
					A priority class of normal (4-6).
				
			
			
				
					A priority class of idle (9-10).
				
			
			
				
					A priority class of realtime (0).
				
			
			
				
					A priority class of above normal (2-3).
				
			
			
				
					A priority class of below normal (7-8).
				
			
		
	
	
		
			The TriggerFrequencyEnum enumeration defines the frequency types that a trigger may use. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383620(v=vs.85).aspx and http://msdn.microsoft.com/en-us/library/windows/desktop/aa383987(v=vs.85).aspx.
		
		
			
				
					Trigger is set to run the task a single time.
				
			
			
				
					Trigger is set to run the task if the system remains idle for the amount of time specified by the idle wait time of the task.
				
			
			
				
					Trigger is set to run the task at system startup.
				
			
			
				
					Trigger is set to run the task when a user logs on.
				
			
			
				
					Trigger is set to run the task on a daily interval.
				
			
			
				
					Trigger is set to run the work item on specific days of a specific week of a specific month.
				
			
			
				
					Trigger is set to run the task on a specific day(s) of the month.
				
			
			
				
					Trigger is set to run the task on specific days, weeks, and months.
				
			
		
	
	
		
			The TriggerFrequencyEnum enumeration defines the types of triggers associated with a task.
		
		
			
				
					Triggers the task when a specific system event occurs.
				
			
			
				
					Triggers the task at a specific date and time.
				
			
			
				
					Triggers the task when the computer enters an idle state.
				
			
			
				
					Triggers the task when the task is registered or updated.
				
			
			
				
					Triggers the task when the system is booted.
				
			
			
				
					Triggers the task when a user logs on.
				
			
			
				
					Triggers the task when a Terminal Server session changes state.
				
			
		
	
	
		
			The TaskStatusEnum enumeration specifies the possible statuses of a scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383604(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381263(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381833(v=vs.85).aspx See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383617(v=vs.85).aspx.
		
		
			
				
					The task is ready to run at its next scheduled time.
				
			
			
				
					The task is currently running.
				
			
			
				
					One or more of the properties that are needed to run this task on a schedule have not been set.
				
			
			
				
					The Task Scheduler service is not running.
				
			
			
				
					The task has been configured with an unsupported combination of account settings and run time options.
				
			
			
				
					The task object version is either unsupported or invalid.
				
			
			
				
					Task Scheduler security services are available only on Windows NT.
				
			
			
				
					Corruption was detected in the Task Scheduler security database; the database has been reset.
				
			
			
				
					Unable to establish existence of the account specified.
				
			
			
				
					No account information could be found in the Task Scheduler security database for the task indicated.
				
			
			
				
					The object is either an invalid task object or is not a task object.
				
			
			
				
					The task object could not be opened.
				
			
			
				
					The Task Scheduler service is not installed on this computer.
				
			
			
				
					There is no running instance of the task.
				
			
			
				
					One or more of the properties required to run this task have not been set.
				
			
			
				
					A task's trigger is not found.
				
			
			
				
					Event triggers do not have set run times.
				
			
			
				
					Either the task has no triggers or the existing triggers are disabled or not set.
				
			
			
				
					The last run of the task was terminated by the user.
				
			
			
				
					There are no more runs scheduled for this task.
				
			
			
				
					The task has not been run. This value is returned whenever the task has not been run, even if the task is ready to be run at the next scheduled time or the task is a recurring task.
				
			
			
				
					The task will not run at the scheduled times because it has been disabled.
				
			
			
				
					The state of the task is unknown.
				
			
			
				
					Instances of the task are queued.
				
			
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy