13. Continue a paused Windows NT service

[<<<] [>>>]

This function asks a Windows NT service to continue after it was paused

nt::ContinueService "Service name"

The argument for this subroutine call is the name of the service to start. This is the name that was used to create the service and you can read this name when you start the graphical service control manager application.

The subroutine returns undef value. If the service can not be continued the function raises error.


[<<<] [>>>]