OP Count connected users

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 1.5


OP Count connected users (connectionID; countUsers) Longint

ParameterTypeDescription
connectionIDLongintConnection ID with target server
countUsersLongintNumber of users currently connected
Function resultLongintError code result for the function

Description

OP Count connected users returns in countUsers the number of users currently connected to the same 4D Server designated by connectionID.

Error Codes

If OP Count connected users is executed successfully, it returns 0. Otherwise, this function returns one of the following errors:

Error CodeDescription
10128The 4D Open for 4th Dimension package has not been initialized.
10136The connection does not exist.
10154This command cannot be executed right now.

See Also

Count users.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next