Async Timer
This module contains step implementations for the Asynchronous Timer task.
Then async timer start
Then start document timer with name "{name}" for id "{tid}" and version "{version}"
Start an asynchrounous timer.
See Asynchronous Timer task documentation for more information.
Example:
Scenario: input
Then start document timer with name "Creation time" for id "{{ document_id }}" and version "{{ document_version }}"
Start a timer in one scenario.
Then async timer stop
Then stop document timer with name "{name}" for id "{tid}" and version "{version}"
Stop an asynchrounous timer, with a known name.
This is needed if the combination of tid
and version
the timer was started with is not
unique for the timer.
See Asynchronous Timer task documentation for more information.
Example:
Scenario: output
Then stop document timer with name "Creation time" for id "{{ document_id }}" and version "{{ document_version }}"
Stop a, known, timer in another scenario