All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.windowsazure.messaging.NotificationHubJobStatus Maven / Gradle / Ivy

Go to download

Azure Notification Hubs Java SDK for interacting with the data and management plane operations.

The newest version!
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------

package com.windowsazure.messaging;

/**
 * This represents the notification hub job status.
 */
public enum NotificationHubJobStatus {
    /**
     * The job has started.
     */
    Started,
    /**
     * The job is running.
     */
    Running,
    /**
     * The job has completed.
     */
    Completed,
    /**
     * The job has failed.
     */
    Failed
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy