NotificationHubJobStatus Enum

Definition

Returns the status of a Notification Hub Job.

public enum NotificationHubJobStatus
type NotificationHubJobStatus = 
Public Enum NotificationHubJobStatus
Inheritance
NotificationHubJobStatus

Fields

Completed 2

Indicates that the NotificationHubJob was completed successfully. Any output will be ready where configured via the NotificationHubJob object.

Failed 3

Indicates that the NotificationHubJob has failed. Information on the failure can be found in the FailuresFileName file.

Running 1

Indicates that the NotificationHubJob is currently running. Depending on the amount of data, a job may stay in this state for several hours.

Started 0

Indicates that the NotificationHubJob was accepted.

Applies to