isTransaction
|
The isTransaction function returns true if and only if the specified
ObjectRepository database archive file {aGor} has an open transaction. When a
beginTransaction function is evaluated, the ObjectRepository opens a transaction until the
abortTransaction, or commitTransaction functions are evaluated. Usage The isTransaction function checks there is an existing open transaction.
(isTransaction aGor) This function returns the Boolean value true if a transaction is open on the repository.
Expression:
Arguments
Name
Type
Description Argument: aGor ObjectRepository
The ObjectRepository whose database archive file is to be queried.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ObjectRepository | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|