system_flag_get
Description:
public bool system_flag_get (
MessageFlags flags,
string name)
Find the state of the flag name in flags.
Parameters:
| flags |
bitwise system flags
|
| name |
name of the flag to check for
|
Returns:
|
true if the named flag is set or false otherwise
|