JobActionEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the process that initiated the job.
public enum class JobActionEnum
public enum JobActionEnum
type JobActionEnum =
Public Enum JobActionEnum
- Inheritance
-
JobActionEnum
Fields
Name | Value | Description |
---|---|---|
Render | 0 | The job was initiated by a data-driven subscription. |
SnapshotCreation | 1 | The job was initiated by a report execution snapshot. |
ReportHistoryCreation | 2 | The job was initiated by the creation of a snapshot in report history. |
ExecuteQuery | 3 | The job was initiated by a query execution. |
Remarks
Use the JobActionEnum enumeration with the Action property of the Job class.