Click or drag to resize
Task Scheduler Managed Class Library

ExecAction Properties

The ExecAction type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyArguments
Gets or sets the arguments associated with the command-line operation.
Public propertyId
Gets or sets the identifier of the action.
(Inherited from Action.)
Public propertyPath
Gets or sets the path to an executable file.
Public propertyWorkingDirectory
Gets or sets the directory that contains either the executable file or the files that are used by the executable file.
Top
See Also