krn.GetServerInfoEx

This job returns the specified server information.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Info

STRING

Yes

Semicolon-separated parameters to be output (;Parameter;Parameter;…​):
? → Names of all parameters are returned as a list
empty string → all parameters and their values are returned

2. Output Parameters

Name Type Dependency Description

[Param[000..NNN]]

STRING

Optional

Only when Info=?: Names of all parameters that can be passed via Info

[Parametername]

STRING

Optional

Server information for the respective requested parameter

3. Return Value

(INT): 0 = Job successful, otherwise error code.

See also: krn.GetServerInfo