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.
Specifies 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 | Specifies that the job was initiated by a data-driven subscription. |
SnapshotCreation | 1 | Specifies that the job was initiated by a report execution snapshot. |
ReportHistoryCreation | 2 | Specifies that the job was initiated by the creation of a snapshot in report history. |
ExecuteQuery | 3 | Specifies that the job was initiated by a query execution. |
GetUserModel | 4 | Specifies that the job was initiated by a request for a user model. |
Remarks
The JobActionEnum enumeration is returned by the Action property of the Job class.