API Reference
Class
GppScheduledTaskEntry
Represents a GPP Scheduled Task item.
Inheritance
- GppBaseEntry
- GppScheduledTaskEntry
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
- Property GpoPreferencesSummary.ScheduledTasks
Constructors
public GppScheduledTaskEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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