Mark template function as success

This commit is contained in:
oguzhankoral
2024-11-13 20:59:49 +00:00
parent 92d8303834
commit b148e50438
@@ -37,6 +37,9 @@ public static class AutomateFunction
// 5- Attach report to failed objects to be able to highlight them in viewer or Revit connector
// 6- Report the automation result as SUCCESS/FAIL
automationContext.MarkRunSuccess(
"We are going to fail successfully in a bit, don't worry!"
);
}
private static void AttachReportToFailedObjects(