Release 1.0 - ...
<job> element
A scheduled job is a job that can be run in the background at scheduled times.
Attributes
Attribute name |
Required |
Description |
name |
Yes |
Name of the scheduled job. The name must be unique. |
type |
Yes |
The .Net type of the class that performs the operation. Types that are used for scheduled jobs must implement the interface IScheduledJob. |
account |
Yes |
The loginname of the user whose identity is used to run this job. |
enabled |
No |
True if the job is enabled, false otherwise. |
Parent element
Element name |
Description |
<scheduledjobs> |
Defines some tasks that can be run in the background. |
Child elements