fcf.Actions.Act class

[Abstract class] Internal object of the class fcf.Actions, used to terminate the asynchronous handler

Class description Methods
complete(mixed a_value) - The method is called when the fcf.Actions handler completes successfully
error(ErrorObject a_error) - The method is called when the handler finishes executing fcf.Actions in case of an error
Methods
complete(mixed a_value) The method is called when the fcf.Actions handler completes successfully Arguments: mixed a_value - The value returned by the asynchronous operation fcf.Actions. An asynchronous action object Promise|fcf.Actions can be passed as a result.
error(ErrorObject a_error) The method is called when the handler finishes executing fcf.Actions in case of an error Arguments: ErrorObject a_error - Error Object