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