schedule-service-status element

Type: scheduledServiceResourceStatusResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

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