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