JobActionEnum Enum

Definition

Specifies the process that initiated the job.

public enum class JobActionEnum
public enum JobActionEnum
type JobActionEnum = 
Public Enum JobActionEnum
Inheritance
JobActionEnum

Fields

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.

Render 0

Specifies that the job was initiated by a data-driven subscription.

ReportHistoryCreation 2

Specifies that the job was initiated by the creation of a snapshot in report history.

SnapshotCreation 1

Specifies that the job was initiated by a report execution snapshot.

Remarks

The JobActionEnum enumeration is returned by the Action property of the Job class.

Applies to