options() method from fcf.Actions class
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Sets or gets the parameters of the pending action object, depending on the parameters passed.
-
boolean deferred If the flag istrue , then the added callbacks will not be execute until thefcf.Actions.startup () method is called. -
boolean noexcept If the flag istrue , then if the callback ends with an error, the queue execution is not stopped and the handlers passed to catch are not called. -
mixed errorResult The result returned by theresult () method in case of an error -
boolean quiet Iftrue , then raw error messages are not printed to the console.
If the function is called without arguments, then an object is returned containing the current state of the object's options.
Output:
Output: