Table of Contents

Enum BackupExecDiscoverDataCancelInterval

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the time after which the discover data process should be cancelled if it is not complete.

public enum BackupExecDiscoverDataCancelInterval

Fields

After12Hours = 4

The process should be cancelled after twelve hours.

After18Hours = 5

The process should be cancelled after eighteen hours.

After24Hours = 6

The process should be cancelled after twenty four hours.

After2Hours = 1

The process should be cancelled after two hours.

After4Hours = 2

The process should be cancelled after four hours.

After6Hours = 3

The process should be cancelled after six hours.

Unknown = 0

The interval is unknown.