Enum AdfDebugInfoCopyCondition
C#
public enum AdfDebugInfoCopyCondition
Fields
Always | Specifies that log files will be copied for every script execution. |
Failure | Specifies that log files will only be copied when there is a failure during script execution. |
None | Specifies that log files will never be copied. |