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