FCF 2.0 development in progress...
> > > >
[News] [Packages API] [Downloads] [Donate to the project] [Contacts]

fcf.Actions.Act class

Package: fcf-framework-core

File: fcf-framework-core:fcf.js

Available from version: 2.0.2

Abstract class for completing the asynchronous operation. Copies of this class are transmitted to the functions of the fcf.Actions

Methods
complete(mixed a_value)
- Ends the execution of an asynchronous action and sets the execution result
error(Error a_error)
- Sets the error state on the fcf.Actions object and ends execution of the pending action