ShowMessageAction object

Expand
This topic has not yet been rated - Rate this topic

ShowMessageAction object

Applies to: desktop apps only

For scripting, represents an action that shows a message box when a task is activated.

Members

The ShowMessageAction object has these types of members:

Properties

The ShowMessageAction object has these properties.

PropertyAccess typeDescription

Id

Read/write

Inherited from the Action object. Gets or sets the identifier of the action.

MessageBody

Read/write

Gets or sets the message text that is displayed in the body of the message box.

Title

Read/write

Gets or sets the title of the message box.

Type

Read-only

Inherited from the Action object. Gets the type of the action.

 

Remarks

For a task, that contains a message box action, the message box will be displayed if the task is activated and the task has an interactive logon type. To set the task logon type to interactive, specify 3 (TASK_LOGON_INTERACTIVE_TOKEN) or 4 (TASK_LOGON_GROUP) in the LogonType property of the task principal, or in the logonType parameter of TaskFolder.RegisterTask or TaskFolder.RegisterTaskDefinition.

When reading or writing your own XML for a task, a message box action is specified using the ShowMessage element of the Task Scheduler schema.

Examples

For more information and example code for this scripting object, see Message Box Example (Scripting).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Type library

Taskschd.tlb

DLL

Taskschd.dll

 

 

Send comments about this topic to Microsoft

Build date: 5/5/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD