Show / Hide Table of Contents

Class WindowsScheduledTask.Types.TaskAction

The task action.

Inheritance
object
WindowsScheduledTask.Types.TaskAction
Implements
IMessage<WindowsScheduledTask.Types.TaskAction>
IEquatable<WindowsScheduledTask.Types.TaskAction>
IDeepCloneable<WindowsScheduledTask.Types.TaskAction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class WindowsScheduledTask.Types.TaskAction : IMessage<WindowsScheduledTask.Types.TaskAction>, IEquatable<WindowsScheduledTask.Types.TaskAction>, IDeepCloneable<WindowsScheduledTask.Types.TaskAction>, IBufferMessage, IMessage

Constructors

TaskAction()

Declaration
public TaskAction()

TaskAction(TaskAction)

Declaration
public TaskAction(WindowsScheduledTask.Types.TaskAction other)
Parameters
Type Name Description
WindowsScheduledTask.Types.TaskAction other

Properties

ActionType

The action type of the task.

Declaration
public WindowsScheduledTask.Types.TaskAction.Types.ActionType ActionType { get; set; }
Property Value
Type Description
WindowsScheduledTask.Types.TaskAction.Types.ActionType

ComClassId

The COM class IF the action is COM handler. This field is only populated if the task action type is COM_HANDLER.

Declaration
public string ComClassId { get; set; }
Property Value
Type Description
string

ComData

The data of the task. This field is only populated if the task action type is COM_HANDLER.

Declaration
public string ComData { get; set; }
Property Value
Type Description
string

ExecArguments

The arguments of the task. This field is only populated if the task action type is EXEC.

Declaration
public RepeatedField<string> ExecArguments { get; }
Property Value
Type Description
RepeatedField<string>

ExecWorkingDirectory

The executable working directory of the task. This field is only populated if the task action type is EXEC.

Declaration
public string ExecWorkingDirectory { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX