Skip to content

5 REQ cap.ctrl.info

Manuel Hatzl edited this page Aug 24, 2023 · 3 revisions

cap.ctrl.info: Get Capturing-State

References:

  • in branch main: 1 (1 direct)

As a user, I want to know if capturing is active or not, because I want to stay informed about the capturing state.

cap.ctrl.info.test.init: Capturing is active initially

Capturing is active initially: is_capturing() returns true.

cap.ctrl.info.test.stop: Capturing is stopped

After capturing is stopped, is_capturing() returns false.

cap.ctrl.info.test.start: Capturing is started after being stopped

After capturing is started again, is_capturing() returns true.

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally