TestimoX

API Reference

Class

TaskSchedulerListQueryRequest

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Parameters for scheduled task list queries.

Inheritance

  • Object
  • TaskSchedulerListQueryRequest

Constructors

public TaskSchedulerListQueryRequest() #

Properties

public String ComputerName { get; set; } #

Target computer name. Null or whitespace resolves to local machine.

public String PathContains { get; set; } #

Optional case-insensitive substring filter against task path.

public Boolean Suspicious { get; set; } #

Whether suspicion enrichment should be enabled.

public Boolean OnlySuspicious { get; set; } #

When Suspicious is true, return only suspicious tasks.

public Nullable<Int32> MaxResults { get; set; } #

Optional maximum number of rows to return.

public TaskSchedulerOptions Options { get; set; } #

Optional Task Scheduler connection/query options.

public SuspicionOptions SuspicionOptions { get; set; } #

Optional suspicion-evaluation options.