BitsJobState Enumeration

 

BITS job state.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[SerializableAttribute]
public enum BitsJobState
[SerializableAttribute]
public enum class BitsJobState
<SerializableAttribute>
Public Enumeration BitsJobState

Members

Member name Description
Acknowledged

Job has received an acknowledgement (ACK).

Cancelled

Job was cancelled.

Connecting

Job is connecting.

Error

Job has encountered an error.

Queued

Job is queued.

Suspending

Job is suspending.

Transferred

Job has transferred.

Transferring

Job is transferring.

TransientError

Transient job error.

Unknown

Unknown job state.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace

Return to top