TaskActionTypeWin Task Object Schema

The TaskActionType type characterizes scheduled task actions.


Fields

Field Name Type Description
Action_Type0..1 TaskActionTypeType

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.

Action_ID0..1 StringObjectPropertyType

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.

IEmailAction0..1 EmailMessageObjectType

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.

IComHandlerAction0..1 IComHandlerActionType

The IComHandlerAction field specifies an action that fires a handler.

IExecAction0..1 IExecActionType

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.

IShowMessageAction0..1 IShowMessageActionType

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.