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

Revise docs for 3.0.0-alpha.2 #594

Merged
merged 18 commits into from
Jul 28, 2020
Prev Previous commit
Next Next commit
Remove <waithint> and <sleeptime>
  • Loading branch information
nxtn authored Jul 23, 2020
commit b36a20de64c8e1471fb201a674ab610323dfa9d9
17 changes: 0 additions & 17 deletions samples/sample-complete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,6 @@ SECTION: Service management
<depend>W32Time</depend>
-->

<!--
OPTION: waithint
The estimated time required for a pending stop operation.
Before the specified amount of time has elapsed, the service should make its next call to the SetServiceStatus function.
Otherwise the service will be marked as non-responding
Default value: 15 seconds
-->
<waithint>15 sec</waithint>

<!--
OPTION: sleeptime
The time before the service should make its next call to the SetServiceStatus function.
Do not wait longer than the wait hint. A good interval is one-tenth of the wait hint but not less than 1 second and not more than 10 seconds.
Default value: 1 second
-->
<sleeptime>1 sec</sleeptime>

<!--
OPTION: interactive
Indicates the service can interactwith the desktop.
Expand Down