|  | Aqualogic Interaction API | |
| IPTScheduler.LogOperationToJobHistory Method |
Logs an operation run during a job.
void LogOperationToJobHistory(
object[] pvJHToken,
int nOperationClassID,
int nOperationObjectID,
string bstrOperationObjectName,
int nResult,
string bstrMessage
);
Parameters
-
pvJHToken
- An array of two Objects identifying this entry, Job ID, and launch time
-
nOperationClassID
- The Class ID of the operation
-
nOperationObjectID
- The Object ID of the operation
-
bstrOperationObjectName
- Name of the operation
-
nResult
- a PT_RESULTCODES entry
-
bstrMessage
- Readable summary for operation status
See Also
IPTScheduler Interface | com.plumtree.server Namespace