From bd7c8a49848f54100de222751a631b97d3aa12e6 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Sat, 15 Aug 2020 13:44:44 +0530 Subject: [PATCH] Add waithint and sleeptime documentation --- src/Core/WinSWCore/XMLSchema.xsd | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/Core/WinSWCore/XMLSchema.xsd b/src/Core/WinSWCore/XMLSchema.xsd index 4b834e1..9d25f13 100644 --- a/src/Core/WinSWCore/XMLSchema.xsd +++ b/src/Core/WinSWCore/XMLSchema.xsd @@ -214,15 +214,20 @@ - + The time before the service should make its next call to the SetServiceStatus function + with an incremented checkPoint value (default 1 sec). + 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. - - + + The estimated time required for a pending stop operation (default 15 secs). + Before the specified amount of time has elapsed, the service should make its next call to the SetServiceStatus function + with either an incremented checkPoint value or a change in currentState. See the source link for more details.