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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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).