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