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