Method code for $scheduler.has_blocked_tasks()

[Turn off line numbering]
  1: arg ident;
  2: 
  3: return blocked_tasks.contains(ident);

// Miroslav Silovic
// Created 05-Sep-1995 as a part of ColdCore, see: @help Credit

Tlon