Tools, FAQ, Tutorials:
"transaction" Process Function Syntax
What is the syntax of "transaction" process function in the JavaScript file?
✍: FYIcenter.com
A "transaction" process function is a regular JavaScription function
that has two extra decorators: "@transaction" and "@param".
Here is the syntax of a "transaction" process function statement:
/* @transaction * @param {transaction_type} param_name */ [async] function function_name(param_name) { ... JavaScript statements ... }
Syntax elements used in a "transaction" process function statement:
Â
⇒ "transaction" Data Type Declared in CTO
⇠What Is JS Scripting Language
2021-06-05, 673👍, 0💬
Popular Posts:
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...