Hyperfoil

awaitInt

Block current sequence until condition becomes true.

Property Type Description
equalTo Builder Compared variable must be equal to this value.
greaterOrEqualTo Builder Compared variable must be greater or equal to this value.
greaterThan Builder Compared variable must be greater than this value.
lessOrEqualTo Builder Compared variable must be lower or equal to this value.
lessThan Builder Compared variable must be lower than this value.
notEqualTo Builder Compared variable must not be equal to this value.
var String Variable name storing the compared value.

equalTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

greaterOrEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

greaterThan

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

lessOrEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

lessThan

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

notEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).
Close

Search results for "":