DeleteJob Method of IClient Interface (COM-based API)
This method deletes the job and the files from the server.
Visual Basic Syntax
Method DeleteJob(
jobId As String
)
C++ Syntax
HRESULT DeleteJob(
BSTR jobId
);
Parameters
jobId
[in] This variable contains the job ID.
Return Values
This method has no specific return values.
See also
3/26/2024 1:49:49 PM