Developing Secure Code
Testing Components
getError()
getName()
getParam()
getParams()
getReturnValue()
getState()
isBackground()
setAbortable()
setBackground()
setCallback()
setParam()
setParams()
setStorable()
Previous PDF Versions
Returns the current state of an action. Check the state of the action in the callback after an Apex action completes.
getState()
Type: String The action state.
See Also