Method code for $scheduler.suspend()

[Turn off line numbering]
  1: arg @objs;
  2: 
  3: objs += [user()];
  4: suspended_tasks = dict_add(suspended_tasks, task_id(), objs);
  5: return (> suspend() <);

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

Tlon