SetCancelAfterSimTime Function

Action

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.

Include file

Kernel.bdh

Syntax

SetCancelAfterSimTime( in bCancel : boolean );
Parameter Description
bCancel Specifies whether to abort the simulation when the simulation time exceeds.

Example

dcltrans
  transaction TInit
  begin
    SetCancelAfterSimTime(true);
  end TInit;