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> <nextRunTime>...</nextRunTime> <created>...</created> <readableStatus>...</readableStatus> <nextRunTimeInMillis>...</nextRunTimeInMillis> <lastRunResult>...</lastRunResult> <resource> <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> <schedule>...</schedule> <id>...</id> <alertEmail>...</alertEmail> <enabled>...</enabled> </resource> <resourceURI>...</resourceURI> <lastRunTime>...</lastRunTime> <status>...</status> <lastRunTimeInMillis>...</lastRunTimeInMillis> <createdInMillis>...</createdInMillis> </data> </schedule-service-status>