BeginCrit command

Use in a Server.Load script to mark the beginning of a script's critical region.

A critical region is a series of lines in a script that can only be executed by one Server.Load simulated user (thread). The critical region is marked by the BeginCrit and EndCrit pair. There can be a maximum of 6 critical regions per script.