Status
enum Status
The file changed status for incremental execution.
Summary
Enum Values |
|
---|---|
ADDED |
The file was added since the last build. |
CHANGED |
The file was modified since the last build. |
NOTCHANGED |
The file was not changed since the last build. |
REMOVED |
The file was removed since the last build. |