class TimeAction
Package: swiss.avm.up.core.generic.testing.javamodel.TimeAction
Direct Known Subclasses:
class TimeAction extends AAction
This action can be used to interrupt the test run for a defined time
Properties
comment
Describes the intent of this Resource.
TextLiteral[0..1]
A Literal that accepts multiple lines of text.
delay[ms]
IntegerLiteral[0..1]
A literal which accepts 32-bit integral number values.
execute
Specify in which case the current action should be executed:
- allways: Action is executed in any case
- passed: Action is executed when all previous actions have been successful.
- failed: Action is executed if any of the previous actions failed.
Execute[0..1]