The group of task instances
Object specific | |
$add | $add(cClassname|rItem,cInstname[,params...]) opens an instance of the task;cInstname = '*' means Omnis creates instance name.Passes parameters to $construct.Returns item reference to task instance You can pass cClassname/rItem as either the name of the task class, in the form [library.]class, where the library defaults to the current library if omitted, or as an item reference to the task class. |
$remove | $remove(rItem) closes the task; rItem is an item reference to the task instance to close |
Standard | $appendlist $count $findname $first $insertlist $makelist $next $sendall |
TASK |