TaskDefinitionActions Property

Gets a collection of actions that are performed by the task.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlArrayItemAttribute(ElementName = "Exec", IsNullable = true, Type = typeof(ExecAction))]
[XmlArrayItemAttribute(ElementName = "ShowMessage", IsNullable = true, 
	Type = typeof(ShowMessageAction))]
[XmlArrayItemAttribute(ElementName = "ComHandler", IsNullable = true, 
	Type = typeof(ComHandlerAction))]
[XmlArrayItemAttribute(ElementName = "SendEmail", IsNullable = true, 
	Type = typeof(EmailAction))]
[XmlArrayAttribute]
public ActionCollection Actions { get; }

Property Value

ActionCollection

See Also