Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReGaHss: Implementation of 'system.Sleep(t)' function to suspend a script for t milliseconds #227

Open
jens-maus opened this issue Dec 27, 2017 · 0 comments
Labels
💡 enhancement-ideas New feature or change request 🏷️ ReGaHss This refs the ReGaHss component

Comments

@jens-maus
Copy link
Owner

For some operations it might be useful to have a sleep like function that suspends execution of a script for a certain time interval. This new function could be system.Sleep(t) where the execution of a script is then interrupted for t milliseconds. Note, however, that a maximum time interval is required so that ReGaHss won't be blocked too long or otherwise a system hang could be a result.

@jens-maus jens-maus added 💡 enhancement-ideas New feature or change request 🏷️ ReGaHss This refs the ReGaHss component labels Dec 27, 2017
@github-actions github-actions bot added the 🧊 stale Ticket is in a stale state (about to be closed) label Sep 7, 2023
@jens-maus jens-maus removed the 🧊 stale Ticket is in a stale state (about to be closed) label Sep 7, 2023
@jens-maus jens-maus added this to the future release milestone Sep 7, 2023
Repository owner deleted a comment from github-actions bot Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement-ideas New feature or change request 🏷️ ReGaHss This refs the ReGaHss component
Projects
Development

No branches or pull requests

1 participant