ForceLogout
function ForceLogout(username: string | null | undefined): boolean
The ForceLogout function logs out a specific user or all users on all client instances connected to the server.
Refer also to the description page for the corresponding API function.
Parameter
Name | Type | Description |
---|---|---|
username [ optional ] | The user name to be logged out on all client instances connected to the server.
|
Return value
Type | Description |
---|---|
Returns false in case of error. |
NuGet package: Beckhoff.TwinCAT.HMI.Functions
NuGet packages are available from version 1.12. |
Available from version 1.10 |