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 | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None