is_elevated method

bool is_elevated()

Determine this program is executed with admin.

Implementation

bool is_elevated() {
  return _is_elevated();
}