TestimoX

API Reference

Class

ExecActionSpec

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Definition of the Exec action for a task (path/arguments/working directory).

Inheritance

  • Object
  • ExecActionSpec

Constructors

Properties

public String Path { get; set; } #

Executable path to launch.

public String Arguments { get; set; } #

Command line arguments (optional).

public String WorkingDirectory { get; set; } #

Working directory for the process (optional).