PERFORMANCE


SetContextStatus command
Used in a Server.Load script to set the context iteration status.
Syntax
Set in the NOTES.INI:
Set in the script:
Here, it sets the variable "1", set by ContextIteration1 to be 10.

SetContextStatus sets that value as an iteration value to check. In this case then, every 10th iteration of the script this @if will be true and the pause will be executed.

This is to get around a single nthiteration variable (different commands need different intervals at which to be executed).

See also