Help > Web Development > Object Reference > Object Reference > ISYSResultList > ReadyState Property
<a name="kanchor512"></a>ISYSResultList:ReadyState Property
Returns the ready state of the result list, use when performing an asynchronous federated search.

Syntax
[VBScript]
ReadOnly property ISYSResultList.ReadyState as string
[C#]
string ISYSResultList.ReadyState {get;}
[ColdFusion/Java]
java.lang.String ISYSResultList.ReadyState() throws ComException;