Table of Contents

Class JobSuspendedEventData

Namespace
JobFlow.Core.Events
Assembly
JobFlow.Core.dll

Signaled when a Job is suspended.

public class JobSuspendedEventData : EventData
Inheritance
JobSuspendedEventData
Inherited Members
Extension Methods

Properties

Job

public Job Job { get; set; }

Property Value

Job

JobWorkResponse

public WorkResponse JobWorkResponse { get; set; }

Property Value

WorkResponse