GetJobStateInfos Method of WebService Object (Web Services API)
This method allows you to get the current state and percent completed for the specified jobs in asynchronous mode.
C# Syntax
JobStateInfo[] GetJobStateInfos(
string
serverLocation,
string[] jobIds
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
jobIds
This parameter contains the IDs of the specified jobs.
Return Value
An JobStateInfo variable that receives a JobStateInfo object.
See also
26.03.2024 13:49:49