
admin.taskserverGetDebugAllow( config as element(configuration), group-id as (Number|String) ) as Boolean
This function returns the value for the debug-allow setting configured on the task server for the specified group.
  
  const admin = require('/MarkLogic/admin.xqy');
  const config = admin.getConfiguration()
  const groupId = admin.groupGetId(config, "Default")
  admin.taskserverGetDebugAllow(config, groupId)
   //returns the debugAllow setting configured on the task server