Click or drag to resize
Task Scheduler Managed Class Library

AvailableActions Enumeration

Defines the type of actions available to a user interface element.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[FlagsAttribute]
[DefaultValueAttribute(AvailableActions.Execute)]
public enum AvailableActions
Request Example
Members
Member nameValueDescription
Execute1 This 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.
ComHandler32This action fires a handler.
SendEmail64This action sends and e-mail.
ShowMessage128This action shows a message box.
AllActions225All actions are available.
See Also