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