3.3.4.76 TaskLastRuntime
This operation can be used to retrieve the last run completion time of the specified task.
-
<wsdl:operation name="TaskLastRuntime"> <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/TaskLastRuntime" message="ipam:IIpamServer_TaskLastRuntime_InputMessage" /> <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/TaskLastRuntimeResponse" message="ipam:IIpamServer_TaskLastRuntime_OutputMessage" /> </wsdl:operation>
Upon receiving the IIpamServer_TaskLastRuntime_InputMessage request message, the server performs the following processing steps. Upon successful completion of the steps specified below, the server MUST respond with the IIpamServer_TaskLastRuntime_OutputMessage message. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1.
Validate TaskLastRuntime.taskType is not IpamTaskType.None. Otherwise an appropriate SOAP fault MUST be generated.
Enumerate the row in ADM_Tasks whose TaskType value is specified as TaskLastRuntime.taskType.
If an entry is not found, an appropriate SOAP fault MUST be returned.
If an entry is found, assign LastRunTime of the task entry to TaskLastRuntimeResponse.TaskLastRuntimeResult.