ServerScheduledJobs (Component)
Methods:
changeJobDefinitionState | Changes the state of the specified job definition. |
cloneJob | Clones the specified Scheduled Job to run on a specified server. |
create | Create a new scheduled job. |
delete | Deletes the specified scheduled job. |
deleteJobDefinition | Deletes the specified Job Definition, plus any Scheduled Jobs that were created from it. |
getDefaultProperties | Returns an array of default properties for a specified job. |
getID | Returns the id of the scheduled job based on the display name. |
getJobDefinitionDialogXML | Returns the XML that describes the job definition. |
getJobDefinitions | Returns a list of job definitions available to be scheduled. |
getLastRunStatus | Returns zero or more structures, each containing information on a server scheduled job's last run on each server. |
getList | Returns zero or more structures, each containing information on a site's scheduled jobs. |
getProperties | Retrieves information about the specified scheduled job's properties. |
getSchedule | Retrieves information about the specified scheduled job's schedule and server on which it runs. |
importJobDefinition | Imports the definition of an job definition. Either creates a new job definition or updates an existing job definition. |
refreshJobCredentials | Refreshes credentials for all scheduled jobs owned by the server. |
saveProperties | Saves information about the specified scheduled job's properties. |
saveSchedule | Saves the information about the specified scheduled job's schedule and server on which it runs. |
synchronizeJobs | Synchronize jobs on all servers. |
validateProperties | Validates a scheduled job's properties. If the properties do not validate, an exception will be thrown. |