schedule-service-status element

Type: scheduledServiceResourceStatusResponse
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <schedule-service-status> <data> <lastRunTime>...</lastRunTime> <readableStatus>...</readableStatus> <lastRunResult>...</lastRunResult> <nextRunTimeInMillis>...</nextRunTimeInMillis> <resourceURI>...</resourceURI> <created>...</created> <lastRunTimeInMillis>...</lastRunTimeInMillis> <createdInMillis>...</createdInMillis> <nextRunTime>...</nextRunTime> <status>...</status> <resource> <properties> <scheduled-task-property> <value>...</value> <key>...</key> </scheduled-task-property> <scheduled-task-property> <!--...--> </scheduled-task-property> <!--...more "scheduled-task-property" elements...--> </properties> <name>...</name> <alertEmail>...</alertEmail> <enabled>...</enabled> <schedule>...</schedule> <id>...</id> <typeId>...</typeId> </resource> </data> </schedule-service-status>