Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XMKPR

Package: MailMan

Routine: XMKPR


Information

XMKPR ;ISC-SF/GMB-Post, remote ;10/09/2002 09:40

Source Information

Source file <XMKPR.m>

Entry Points

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
Info |  Source |  Entry Points