Start Timer <timer>
The amount of time, in milliseconds, that the transaction can remain idle before a "timeout"" event is fired.
Any change of state will cause the timer to be canceled.
The result is defined by the mean and distribution, and potentially distribution specific parameters. The value of this element is the mean and the distribution defaults to Fixed (i.e. not random).
- Fixed - The result is always the mean.
- Uniform - The result varies between the (mean - p1) and (mean + p1), with all values having uniform probability (i.e. evenly distributed).
Type:
dynamicTimerTypeDefault:
none, value requiredATTRIBUTES |
|
adjustable | flagType |
dist | distributionType |
p1 | float |
seed | integer |