Expand Minimize
This topic has not yet been rated - Rate this topic

JobStatusEnum Enumeration

SQL Server 2000

Describes the status of a job.

Public Enum JobStatusEnum
   Member of [Namespace]
public enum JobStatusEnum;
   Member of [Namespace]
Remarks

Use the JobStatusEnum enumeration with the Status property of the Job class.

Members

Name Description
New The job is new and is currently being processed.
Running The job is currently running.
CancelRequested A user made a request to cancel the job.

See Also

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.