No, the `commitTransaction` action does not require any parameters. It acts on the current active transaction for the session.
Yes, by default, the folds are evaluated in parallel. You can control this behavior with the 'parallelFolds' parameter (defaulting to True) and specify the number of worker nodes for each subsession with the 'nSubsessionWorkers' parameter.
The endSession action is used to end the current session.
The endSession action belongs to the Session Methods Action Set.
The CASL syntax is: session.endSession ;
No, the endSession action does not typically require any parameters, though optional result and status parameters can be specified in CASL.
The eventingInfo action reports whether data events will be generated for global-scope tables and session-scope tables for the current session.
The fetchresult action is used to fetch the specified saved result for a session.
The fetchresult action belongs to the Session Methods Action Set.
The flushresult action is used to flush the saved result for the current session.