---
title: "How can we get the state of the requested process?"  
description: "How can we get the state of the requested process?"  
author: "Sumit Kesarwani"  
published: 2014-09-02  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/2118/how-can-we-get-the-state-of-the-requested-process  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How can we get the state of the requested process?

XMLHttpRequest get the current state of the request operation by using the readyState property. This property checks the state of the object to determine if any action should be taken. The readyState property uses numeric values to represent the state.

## Answers

### Answer by Sumit Kesarwani

XMLHttpRequest get the current state of the request operation by using the readyState property. This property checks the state of the object to determine if any action should be taken. The readyState property uses numeric values to represent the state.


---

Original Source: https://www.mindstick.com/interview/2118/how-can-we-get-the-state-of-the-requested-process

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
