TestimoX

API Reference

Class

GppScheduledTaskEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Scheduled Task item.

Inheritance

Constructors

public GppScheduledTaskEntry() #

Properties

public String Name { get; set; } #

Optional friendly name of the task entry in GPP.

public String TaskName { get; set; } #

Actual Windows Task Scheduler task name.

public String Command { get; set; } #

Command or executable that the task runs.

public String Arguments { get; set; } #

Arguments passed to the command.

public String RunAs { get; set; } #

Account the task runs as.

public String StartIn { get; set; } #

Working directory for the command.

public String Schedule { get; set; } #

Human‑readable schedule description if present.