schedule-service-status element

Type: scheduledServiceResourceStatusResponse
Namespace: (default namespace)

Example XML

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