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
26.03.2024 13:49:49