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, ∼1166🔥, 0💬
Popular Posts:
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...