We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What does this part do exactly?
Just wanted to know if there was a way to have it run for a certain time, then once it reaches it's time limit what happens?
The text was updated successfully, but these errors were encountered:
Sorry for the late response... didn't see this notification.
That all just controls the actual text on the bottom. So the "isProcessing" is just a flag for showing the dots, when it does like
some message.......
Then after X time period it resets it with last process,
which does
some message...... new message
Then the "isProcessing" is flipped to true, and the dots are added, and the process repeats,.
lines 205 - 226 here, https://github.com/loktar00/guihacker/blob/master/public/javascripts/hack.js#L205
Sorry, something went wrong.
No branches or pull requests
What does this part do exactly?
Just wanted to know if there was a way to have it run for a certain time, then once it reaches it's time limit what happens?
The text was updated successfully, but these errors were encountered: