JobActionEnum Enum

Definition

Describes the process that initiated the job.

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

Fields

ExecuteQuery 3

The job was initiated by a query execution.

Render 0

The job was initiated by a data-driven subscription.

ReportHistoryCreation 2

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

SnapshotCreation 1

The job was initiated by a report execution snapshot.

Remarks

Use the JobActionEnum enumeration with the Action property of the Job class.

Applies to