XMKPR ;ISC-SF/GMB-Post, remote ;10/09/2002 09:40
Source file <XMKPR.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| REMOTE(XMZ,XMINST) | ; For addresses containing "@"
 | 
|
| TSKEXIST(XMINST,XMTSK) | ;Is Task scheduled ? (0=no,ZTSK^$H=pending,ZTSK=running)
 ; Note: ZTSK does not exist when 'playing a script', or for an incoming ; transmission.  | 
|
| GETTSK(XMINST) | ;
 | 
|
| KILLTSK(XMINST,ZTSK) | ;
 | 
|
| QUEUE(XMINST,XMSITE,XMB,ZTDTH,ZTSK) | ;
 ; Was ENQ^XMS1 used by ^XMC2,^XMS5,^XMS5B *** ; in: ; XMINST domain IEN in domain file ; XMSITE domain name ; XMB (optional) script choice (default: highest priority script) ; ZTDTH (optional) task start time (default: now) ; out: ; ZTSK task number  | 
|
| XMTCHECK(XMINST,XMB) | ;
 | 
|
| REQUEUE(XMINST,XMSITE,XMB) | ;
 | 
|
| POSTFAIL(XMINST,XMSITE,XMB) | ; Postmaster message on queue failure
 |