WSJobClient Members

Functions

Name Description
CheckJobStatus

Check batch job status. Return value: JobStatus.

CheckJobsStatus

Check batch job status(es). You may either pass a single JobID [BSTR] or an array of JobIDs. The result will be of type [JobStatus] / array of [JobStatus] elements. Return value: Variant.

DeleteJob

Delete the batch job.

GetJobList

Get the list of all batch jobs (for this user) on the server. If 'ForAllUsers' parameter is True, complete list of all jobs on the server is returned (user has to have WebStatistica Administrator rights). Return value: JobInfo.

GetJobResults

Get batch job results (returned in Dictionary form of XML result page). Return value: Dictionary.

SubmitBatchJob

Submit a batch job. ScriptParameters is a Dictionary object (key-value pairs). Return value: String.

SubmitJob

Submit a non-batch job. ScriptParameters is a Dictionary object (key-value pairs). Return value: Dictionary.

Properties

Name Description
None NA