Page 1 of 1
Check Service Documentation Incorrect
Posted: Wed Nov 08, 2006 2:53 pm
by tltaylor76
The documentation says the following as it pertains to the return variable, "Enter an existing or new variable name in this field. The variable will hold TRUE if the named service is running, FALSE otherwise. "
This is not the case. The return value is NOTINSTALLED if the service is not installed and RUNNING if the service is running.
Posted: Wed Nov 08, 2006 7:55 pm
by MichaelNesmith
Thanks - this has been escalated. The full return values and their meanings are as follows:
CONTINUE_PENDING
Service is still attempting to resume.
PAUSE_PENDING
Service is still attempting to pause.
PAUSED
Service is paused.
RUNNING
Service is running.
STARTING
Service is attempting to start.
STOPPING
Service is attempting to stop.
STOPPED
Service is installed but not active.
NOTINSTALLED
Service is not installed at all.
Posted: Wed Nov 08, 2006 8:08 pm
by tltaylor76
Great...thanks for all of the values!
Posted: Wed Nov 08, 2006 8:13 pm
by tltaylor76
Just for the record...I think that your documentation is very good. I know that it is frustrating having some computer geek tell you that your docs are not up to date

...it really wasn't that big of a deal anyway, just wanted to let you know.