<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > OS (Operating System) > OS_Service > OS_ServiceStatusDescription |
Description
Return the description of a numeric status code.
Syntax
s = OS_ServiceStatusDescription(StatusCode)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
StatusCode |
Number |
No |
Service status code returned by OS_ServiceQuery |
Remarks
Restrictions
Functionality tested only on LAN.
See also
Examples