Exago .NET API Documentation
GetJobStatus Method (SchedulerHost)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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