OS_ServiceStartTypeDescription

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) > OS_Service >

OS_ServiceStartTypeDescription

 

Description

 

Return the description of a numeric service start type.

 

Syntax

 

s = OS_ServiceStartTypeDescription(StartType)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

StartType

Number

No

Service status code returned by OS_ServiceGetStartType





 

Remarks

 

Restrictions

 

Functionality tested only on LAN.

 

See also

 

Examples