BitsJobState Enumeration

 

BITS job state.

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

[SerializableAttribute]
public enum class BitsJobState

Member nameDescription
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.

Return to top
Show: