TaskSchedulerWizardAvailableWizardActions Enumeration

Flags to indicate which actions are available in the TaskSchedulerWizard.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[FlagsAttribute]
public enum AvailableWizardActions

Members

Execute1This action performs a command-line operation. For example, the action can 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.
SendEmail64This action sends and e-mail.
ShowMessage128This action shows a message box.

See Also