Progel.Windows.ScheduledTasks.JobScheduled Tasks Job

Progel.Windows.ScheduledTasks.Job (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc95f4953-740f-51ea-37c5-a6114a906c05

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Progel.Windows.ScheduledTasks.Job:
JobName  string  Job Name true 256  False 
Application  string  Application false 256  False 
AppParameters  string  Application Parameters false 256  False 
WorkingDirectory  string  Working Directory false 256  False 
Creator  string  Task Creator false 256  False 
RunAsAccount  string  RunAs Account false 256  False 

Health Model:

Source Code:

<ClassType ID="Progel.Windows.ScheduledTasks.Job" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="JobName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Application" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AppParameters" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WorkingDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Creator" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RunAsAccount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>