ServerScheduledJobs.getList (Method)
Returns zero or more structures, each containing information on a site's scheduled jobs.
Returns:
ServerScheduledJobs_GetList_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ID | ServerScheduledJobID | The server scheduled job's ID. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
scheduledJobID | ServerScheduledJobID_0 | Optional. Defaults to '0'. | A job's ID. If this value is 0, CommonSpot returns information for all records. |
Context:
License Requirements | (none) |
Permission Requirements | server:ServerMaintenance |
Deny Context | (none) |
Require Context | (none) |
Author Lock |
Error Codes:
None
Notes:
None