Cancels the specified job.
[Visual Basic 6.0] Sub CancelJob(
ByVal JobID As String _
)
[Visual Basic .NET] Public Sub CancelJob ( _ ByVal JobID As String _ )
[C#] public void CancelJob ( string JobID );
[Java] public void cancelJob ( String JobID ) throws IOException, AutomationException
[C++]
HRESULT CancelJob(
BSTR JobID
);
Parameters
JobID [in]
JobID is a parameter of type BSTR