Returns the status of the specified job.
[Visual Basic 6.0] Function GetJobStatus(
ByVal JobID As String _
) As esriJobStatus
[Visual Basic .NET] Public Function GetJobStatus ( _ ByVal JobID As String _ ) As esriJobStatus
[C#] public esriJobStatus GetJobStatus ( string JobID );
[Java] public esriJobStatus getJobStatus ( String JobID ) throws IOException, AutomationException
[C++] HRESULT GetJobStatus( BSTR JobID, esriJobStatus* Status );
Parameters
JobID [in]
JobID is a parameter of type BSTR
Status [out, retval]
Status is a parameter of type esriJobStatus