Updated Screen Time Feature (markdown)

Namhyeon Go 2024-09-02 12:29:28 +09:00
parent 1ab5f2a227
commit 764a01cbb7

@ -1,6 +1,6 @@
## Screen Time Feature
Starting from WelsonJS version 0.2.7.27, a feature called 'Screen Time' is supported.
This feature allows integration with applications where the status value can only be checked on a computer screen, and does not support integration through APIs or similar methods. If you need this feature, it implies that you'll need to integrate with very closed applications.
Starting from WelsonJS version 0.2.7.27, a feature called 'Screen Time' is supported. This was introduced to enable integration with highly restrictive applications. It is useful in cases where integration methods like APIs are not supported, and the status can only be checked visually on the computer screen.
This feature does not allow operation in the background. It only functions in User Interactive mode, where users can monitor the progress.