Class FSCVAPP@1.1001:TransactionScope
Class Hierarchy
Object
>
ComponentObject
>
ConditionalStep
>
TryStep
>
TransactionScope
An object of the class TransactionScope ("TRANSACTION") adds transaction
semantics to a try-catch statement.
The error COOSTERR_CANCEL (error
message "Dialog canceled") is caught and cleared by the system: the transaction
is aborted and closed, but the catch statements will not be executed for this
error.
Additional Information
Actions
Return Type
|
Signature
|
void
|
ProcessStep( dictionary
parameters, object
dispatcher, object
application, integer[]
applicationpath, dictionary
applicationroot, integer
pathdepth, EnterType
entertype, ref LeaveType
leavetype, Step[]
step, interface
context, integer
scopedept)
|