Skip to end of banner
Go to start of banner

isUserActive

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 4.8.0.11.

Syntax

isUserActive(user)

Description

Checks to see if the given user has an active (licensed) account.

Parameters

Parameter name

Type

Required

Description

UserStringYesUsername of user to check account status for.

Return type

boolean

Returns "true" if the user is active.

Example 1

return isUserActive("jsmith");

Result: True

See also

  • No labels