-
Notifications
You must be signed in to change notification settings - Fork 18
Add a TimeCheck class #576
Copy link
Copy link
Open
Labels
difficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.featA new featureA new feature
Metadata
Metadata
Assignees
Labels
difficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.featA new featureA new feature
Is your feature request related to a problem? Please describe.
The cliboa currently lacks a direct and built-in mechanism to prevent or halt the execution of a process or a scenario during specific, unwanted time ranges (e.g., outside of business hours or during system maintenance windows). This leads to a risk of processes running unintentionally during critical periods, which may result in resource conflicts or unexpected behavior
Describe the solution you'd like
We would like to add a TimeCheck class that controls the flow of execution based on the current time and a user-defined allowed time range.
The proposed utility should accept the following arguments: