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, ∼1201🔥, 0💬
Popular Posts:
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...