PFJobInfo Properties |
The PFJobInfo type exposes the following members.
Name | Description | |
---|---|---|
Choices |
A list a choices for all the applicable job settings.
Use Linq on the PFJobSetting.ParameterName property to find specific choices.
| |
ExistsInDatabase |
Returns true if the object described is a PFTimerJob persisted in database.
| |
InstanceDescription |
The 'InstanceDescription' property for the PFTimerJob, if applicable.
| |
InstanceGuid |
The 'Guid' property of the PFTimerJob object, if applicable.
| |
InstanceId |
The 'Id' property of the PFTimerJob object, if applicable
| |
InstanceName |
The 'InstanceName' property for the PFTimerJob, if applicable.
| |
JobDescription |
Gets the friendly description of the job
(Inherited from PFJobTypeInfo.) | |
JobTypeFound |
Return true if the .Net type for the Job can be loaded.
| |
LockPolicyDescription |
Gets the friendly description of the lock policy for this type
(Inherited from PFJobTypeInfo.) | |
Origin |
Gets the origin of the type. May be 'Packflow' for engine jobs, or an application name for PFJobs deployed
through applications.
(Inherited from PFJobTypeInfo.) | |
Settings |
The collection of settings for the described PFJob.
| |
SiteId |
Gets the PFSite Id
(Inherited from PFJobTypeInfo.) | |
Triggers |
The collection of Job triggers for the described PFJob.
| |
TypeFullName |
Gets the full name of the type.
(Inherited from PFJobTypeInfo.) | |
TypeName |
Gets the name of the job type.
(Inherited from PFJobTypeInfo.) | |
ValidationMessage |
Will hold messages from eventual exceptions occuring on PFJob.Validate() call.
|