WatchDogTimeOut element
Describes a time limit for when a solution should cancel or terminate an assessment. This value is only used by Windows Assessment Services (WAS.)
<WatchDogTimeOut>
text
</WatchDogTimeOut>
There are no attributes.
The duration of the time limit for the assessment in seconds.
There are no child elements.
Element | Description |
---|---|
Properties |
This element describes assessment properties. |
Windows Assessment Services (WAS) uses this value to limit the amount of time an assessment can run. If the assessment exceeds the value while running under WAS, it will cancel the assessment and run the next assessment in the queue.
The developer should set this value to the maximum amount of time (in seconds) that the assessment should run, and adding sufficient buffer time to accommodate external factors such as processor performance and low memory situations. In most cases developers can start by doubling or tripling the EstimatedRunTime value, testing on slower machines, and then adjusting accordingly.
Note that neither the framework, Assessment Launcher or AXE.EXE utilize this value to limit the run time of the assessment.
Can be empty | Yes |