public static function createProcess($eschools)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($eschools, 'ResetMdlRoles');
 }
 public static function createProcess($eschools)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($eschools, 'MaharaLdapSync');
 }
 public static function createProcess($eschools)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($eschools, 'UpdateMdlIndexing');
 }
 public static function createProcess($eschools)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($eschools, 'PurgeCaches');
 }
 public static function createProcess($eschools)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($eschools, 'MoodleCron');
 }
 public static function createProcess($institutions)
 {
     return GcrBackgroundProcessTypeAllSchemas::createProcess($institutions, 'MnetReplacement');
 }