JobStatusEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the status of a job.

Syntax

'Declaration
Public Enumeration JobStatusEnum
public enum JobStatusEnum
public enum class JobStatusEnum
public enum JobStatusEnum
public enum JobStatusEnum

Members

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

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace