Create a script called pulse that takes two parameters - the name of a script and an integer. pulse should execute the specified script for the specified number of seconds, suspend it for the same number of seconds, and continue this cycle until the specified script is finished.
What will be an ideal response?
A loop utilizing sleep and kill with the proper values will do most of the work here. Start the
target script and then enter a loop which sleeps for the specified amount of time and then
alternatively sends a suspend or wake up signal.
Computer Science & Information Technology
You might also like to view...
Forms based on a single table cannot display records from a related table
Indicate whether the statement is true or false
Computer Science & Information Technology
To sort the items in the list portion of a combo box, you use the combo box's ____ property.
A. Sorted B. Ascending C. Descending D. TabIndex
Computer Science & Information Technology