BitsJobNotificationType Enumeration

 

BITS job notification type.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[SerializableAttribute]
[FlagsAttribute]
public enum class BitsJobNotificationType

Member nameDescription
Disabled

Job is disabled.

FileTransferred

File has been transferred.

JobError

Job error.

JobModification

Job has been modified.

JobTransferred

Job has been transferred.

Return to top
Show: