| |  | Aqualogic Interaction API | |
| | IPTScheduler.CreateJobHistoryEntry Method |
These methods add an entry into the job history table as well as operations that occur during job processing. The schedule service should generally be the only client to use this. There should be start and stop entries for the job itself and entries for each entry in the job list.
object[] CreateJobHistoryEntry(
int nJobID,
XPDateTime dtRunTime,
string bstrJobServer,
int lInstanceID
);
Parameters
-
nJobID
- The affected Job ID
-
dtRunTime
- The XPDateTime marking the launch time
-
bstrJobServer
- The name of the Job Server launching this job
-
lInstanceID
- The instance ID of this particular launch
Return Value
An array of two Objects, the Job ID, and its launch time
See Also
IPTScheduler Interface | com.plumtree.server Namespace