when I review the task log for a given task, sometimes the result of the task is neither a green checkmark or a red X - it will appear to be an hourglass. This is random and these particular task executions appear to be successful. They return an exit code of 0 and I can see that the script I'm running was successful.
If I check the task history via the .NET API for these task executions, the ExitCodeResult property is "NotSet" rather than "Success" or "Failure." Does anyone know what this means? I'm attempting to put together a task execution report and having these unknown results is throwing off my success count.
Thanks!
Edited by moderator
2017-04-24T18:55:10Z
|
Reason: Not specified