Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Describes the status of a job.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Enumeration JobStatusEnum
'Uso
Dim instance As JobStatusEnum
public enum JobStatusEnum
public enum class JobStatusEnum
type JobStatusEnum
public enum JobStatusEnum
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
Use the JobStatusEnum enumeration with the Status property of the Job class.