|
win32_set_service_pause_resume_stateDefine or return the pause/resume capability for the current running service Description
bool win32_set_service_pause_resume_state(bool
$state = true)
If Caution
This function work only in "cli" SAPI and in the Windows service running context. On other SAPI this function is disabled. Parameters
Return ValuesReturn the current or old pause/resume capability state. 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
|