Silk Performer provides a special initialization transaction which is called once at the beginning of the simulation of a user. A transaction is set as a startup transaction by using the keyword begin instead of the transaction frequency parameter.
Silk Performer provides a special termination transaction which is called once at the end of the simulation of a user. A transaction is set as a shutdown transaction by using the keyword end instead of the transaction frequency parameter.
dcluser user User1 transactions TInit : begin; TUpdate : 10; TDelete : 10; TPrint : 10; TShutdown : end;