| Top | Previous | Next |
|
system.util.getSystemFlags |
|
Description Returns an integer that represents a bit field containing information about the currently running system. Each bit corresponds to a public bitmask as defined below. See the examples for tips on how to extract the information in this bit field are in the examples. Note that the tag [System]Client/System/SystemFlags contains the same value.
Syntax system.util.getSystemFlags() Parameters none Returns int - The system flags integer. Scope Client |