Aqualogic Interaction API  
 

IPTScheduler.UpdateJobHistoryEntry Method 

Updates an existing Job History Entry to reflect current status.

void UpdateJobHistoryEntry(
   object[] pvJHToken,
   XPDateTime dtEndTime,
   int nStatus,
   string bstrMessage,
   int lInstanceID
);

Parameters

pvJHToken
An array of two Objects identifying this entry, Job ID, and launch time
dtEndTime
An XPDateTime marking Job termination
nStatus
PT_JOBSTATUS
bstrMessage
Readable summary of Job execution
lInstanceID
Instance ID corresponding to execution

See Also

IPTScheduler Interface | com.plumtree.server Namespace