UpToDateCheckType Enum

Definition

The possible types of up to date check that we can support

public enum class UpToDateCheckType
public enum UpToDateCheckType
type UpToDateCheckType = 
Public Enum UpToDateCheckType
Inheritance
UpToDateCheckType

Fields

InputNewerThanOutput 0

The input is newer than the output.

InputNewerThanTracking 2

The input is newer than the tracking file.

InputOrOutputNewerThanTracking 1

The input or output are newer than the tracking file.

Applies to