\pm_SystemService_Service

Service provided by extension

Summary

Methods
Properties
Constants
getName()
getId()
onStart()
onStop()
onRestart()
isInstalled()
isConfigured()
isRunning()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A

Methods

getName()

getName() : string

Define service display name

Returns

string —

Service display name

getId()

getId() : string

Define task unique ID

Returns

string —

Service identifier

onStart()

onStart() 

Define service start logic

onStop()

onStop() 

Define service stop logic

onRestart()

onRestart() 

Define service restart logic

isInstalled()

isInstalled() : boolean

Define if service is installed

Returns

boolean

isConfigured()

isConfigured() : boolean

Define if service is configured

Returns

boolean

isRunning()

isRunning() : boolean

Define if service is running

Returns

boolean