Packagecom.salesforce.objects
Classpublic class AsyncResult
InheritanceAsyncResult Inheritance mx.utils.ObjectProxy



Public Properties
 PropertyDefined by
  done : Boolean
AsyncResult
  id : String
AsyncResult
  message : String
AsyncResult
  secondsToWait : int
AsyncResult
  state : AsyncRequestState
AsyncResult
  statusCode : StatusCode
AsyncResult
Public Methods
 MethodDefined by
  
AsyncResult(result:Object)
AsyncResult
Property detail
doneproperty
public var done:Boolean

This property can be used as the source for data binding.

idproperty 
public var id:String

This property can be used as the source for data binding.

messageproperty 
public var message:String

This property can be used as the source for data binding.

secondsToWaitproperty 
public var secondsToWait:int

This property can be used as the source for data binding.

stateproperty 
public var state:AsyncRequestState

This property can be used as the source for data binding.

statusCodeproperty 
public var statusCode:StatusCode

This property can be used as the source for data binding.

Constructor detail
AsyncResult()constructor
public function AsyncResult(result:Object)Parameters
result:Object