SiteScheduledJobs.saveProperties (Method)

Saves information about the specified scheduled job's properties.

Returns:

Void

Arguments:

Name Type Required Description
scheduledJobID SiteScheduledJobID Required The unique ID of the scheduled job.
displayName PlainText_NonNull_100 Required The user given name of the scheduled job instance.
serverID ServerID_Spec Required The unique ID of the server on which the job runs. 0 for all servers.
properties Struct Optional. Defaults to '#StructNew()#'. A structure that describes all of the parameters for the scheduled job.

Context:

License Requirements (none)
Permission Requirements hybrid:JobOwnerOrSiteAdmin
Deny Context ClusterROPS
Require Context (none)
Author Lock  

Error Codes:

None

Notes:

None