NoFilesFail |
StopOnFailure |
Result |
True |
False |
Task will fail if there is no file. Task will not fail for any other errors related to the operations it’s performing. |
False |
False |
Task will not fail if there is no file. Task will not fail for any other errors related to the operations it’s performing. |
True |
True |
Task will fail if there is no file. Task will fail for any other errors related to the operations it’s performing. |
False |
True |
Task will not fail if there is no file. Task will fail for any other errors related to the operations it’s performing. |