Enum WindowsScheduledTask.TaskAction.ActionType (0.3.0)

public enum WindowsScheduledTask.TaskAction.ActionType extends Enum<WindowsScheduledTask.TaskAction.ActionType> implements ProtocolMessageEnum

Enum representing the action type of the task.

Protobuf enum google.backstory.WindowsScheduledTask.TaskAction.ActionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTION_TYPE_UNSPECIFIED

The action type is not specified.

ACTION_TYPE_UNSPECIFIED = 0;

ACTION_TYPE_UNSPECIFIED_VALUE

The action type is not specified.

ACTION_TYPE_UNSPECIFIED = 0;

COM_HANDLER

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

COM_HANDLER = 2;

COM_HANDLER_VALUE

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

COM_HANDLER = 2;

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.

EXEC = 1;

EXEC_VALUE

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.

EXEC = 1;

SEND_EMAIL

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

SEND_EMAIL = 3;

SEND_EMAIL_VALUE

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

SEND_EMAIL = 3;

SHOW_MESSAGE

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

SHOW_MESSAGE = 4;

SHOW_MESSAGE_VALUE

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

SHOW_MESSAGE = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()