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