[F] addService
function addService(   program,   namespace,   details): void;Mark the given namespace as a service.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | Program | 
| namespace | Namespace | Namespace | 
| details | ServiceDetails | Service details | 
Returns
Section titled “Returns”void