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> <readableStatus>...</readableStatus> <status>...</status> <lastRunResult>...</lastRunResult> <nextRunTime>...</nextRunTime> <createdInMillis>...</createdInMillis> <created>...</created> <resourceURI>...</resourceURI> <resource> <alertEmail>...</alertEmail> <id>...</id> <schedule>...</schedule> <name>...</name> <properties> <scheduled-task-property> <key>...</key> <value>...</value> </scheduled-task-property> <scheduled-task-property> <!--...--> </scheduled-task-property> <!--...more "scheduled-task-property" elements...--> </properties> <typeId>...</typeId> <enabled>...</enabled> </resource> <nextRunTimeInMillis>...</nextRunTimeInMillis> <lastRunTime>...</lastRunTime> <lastRunTimeInMillis>...</lastRunTimeInMillis> </data> </schedule-service-status>