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