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