Specifies whether to abort the simulation when the simulation time exceeds. This setting only affects load tests with a steady-state workload. The ending transaction will be processed in any case.
Kernel.bdh
SetCancelAfterSimTime( in bCancel : boolean );
Parameter | Description |
---|---|
bCancel | Specifies whether to abort the simulation when the simulation time exceeds. |
dcltrans transaction TInit begin SetCancelAfterSimTime(true); end TInit;