Class: abstract AbstractService
Abstract service class
Implements
Constructors
new AbstractService()
new AbstractService():
AbstractService
Returns
Properties
name
abstractreadonlyname:string
Implementation of
description?
abstractreadonlyoptionaldescription:string
Implementation of
usage?
abstractreadonlyoptionalusage:string
Implementation of
Methods
help()
help(
usage?):void
Print help message
Parameters
usage?
string
Usage message
Returns
void
register()?
optionalregister():void
Register service
Returns
void
Implementation of
run()
abstractrun(args):void
Run service
Parameters
args
string[]
Arguments
Returns
void
Implementation of
Last updated on