ParallelTransactionPlanResult
A result for a parallel transaction plan.
This represents the execution result of a ParallelTransactionPlan and contains child results that were executed in parallel.
You may use the parallelTransactionPlanResult helper to create objects of this type.
Type Parameters
Type Parameter | Default type | Description |
---|---|---|
TContext extends TransactionPlanResultContext | TransactionPlanResultContext | The type of the context object that may be passed along with successful results |