|
win32_set_service_exit_modeDefine or return the exit mode for the current running service Description
bool win32_set_service_exit_mode(bool
$gracefulMode = true)
If Caution
This function work only in "cli" SAPI. On other SAPI this function is disabled. Parameters
Return ValuesReturn the current or old exit mode. Errors/Exceptions
Prior to version 1.0.0, if the SAPI is not
As of version 1.0.0, will throw a
Win32ServiceException if SAPI is not
Changelog
See Also
|