Show / Hide Table of Contents

Enum WindowsScheduledTask.Types.TaskAction.Types.ActionType

Enum representing the action type of the task.

Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum WindowsScheduledTask.Types.TaskAction.Types.ActionType

Fields

Name Description
ComHandler

This action fires a handler. This action can only be used if the task Compatibility property is set to TASK_COMPATIBILITY_V2.

Exec

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.

SendEmail

This action sends an email message. This action can only be used if the task Compatibility property is set to TASK_COMPATIBILITY_V2.

ShowMessage

This action shows a message box. This action can only be used if the task Compatibility property is set to TASK_COMPATIBILITY_V2.

Unspecified

The action type is not specified.

In this article
Back to top Generated by DocFX