NotificationHubJobStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the status of a Notification Hub Job.
public enum NotificationHubJobStatus
type NotificationHubJobStatus =
Public Enum NotificationHubJobStatus
- Inheritance
-
NotificationHubJobStatus
Fields
Name | Value | Description |
---|---|---|
Started | 0 | Indicates that the NotificationHubJob was accepted. |
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. |
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. |
Applies to
Azure SDK for .NET