TestimoX

API Reference

Class

TaskSchedulerOptions

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Options that influence how Task Scheduler operations are performed (connection, scoping, timeouts).

Inheritance

  • Object
  • TaskSchedulerOptions

Constructors

Properties

public NetworkCredential Credential { get; set; } #

Optional credentials for remote connections.

public Nullable<TimeSpan> ConnectTimeout { get; set; } #

Best-effort connection timeout; enforced by the backend via cancellation.

public String Folder { get; set; } #

Folder to scope enumeration under. Defaults to root (\).