API Reference
Class
GppScheduledTaskEntry
Represents a GPP Scheduled Task item.
Inheritance
- GppBaseEntry
- GppScheduledTaskEntry
Constructors
public GppScheduledTaskEntry() #Inherited Methods
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.
Inherited Properties
public String Scope { get; set; } #Inherited from GppBaseEntry
public String SourceXml { get; set; } #Inherited from GppBaseEntry
public String Action { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> Enabled { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> HasTargeting { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> TargetingMatched { get; set; } #Inherited from GppBaseEntry
public String TargetingSummary { get; set; } #Inherited from GppBaseEntry