Exago .NET API Documentation
GetJobStatus Method (SchedulerHost)
WebReports.Api.Scheduler Namespace > SchedulerHost Class : GetJobStatus Method
The ID of the job to check the status of.
Get the status of a job on a particular Scheduler Service host.
Syntax
public ExecuteStatusData GetJobStatus( 
   System.Guid jobId
)

Parameters

jobId
The ID of the job to check the status of.

Return Value

The status of the job, as an ExecuteStatusData object.
See Also

Reference

SchedulerHost Class
SchedulerHost Members