getState()

Returns the current state of an action. Check the state of the action in the callback after an Apex action completes.

Signature 

getState()

Returns 

Type: String The action state.

See Also