Edit

Share via


JobEvent Enum

Definition

Defines the completed job states for which job history is captured.

public enum JobEvent
type JobEvent = 
Public Enum JobEvent
Inheritance
JobEvent

Fields

Canceled 2

The job was canceled. This enumeration member represents a value of 2.

CancelRequestReceived 4
Failed 3

The job failed. This enumeration member represents a value of 3.

Finished 1

The job finished. This enumeration member represents a value of 1.

None 0

The job has not completed. This enumeration member represents a value of 0.

PropChange 5

Applies to