Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Obtain Batch Process name from available objects within script
[Deleted User]
Posts: 0 ✭
I'm working on a custom script and I need to know the Batch Process Name to which a batch belongs. So, knowing that I am working with a folder level object, I can work back to the batch easy enough:
Dim folder As BatchFolder = CurNode<br> Dim batch As Batch = folder.Batch<br>So, it would seem a logical conclusion that from that batch variable, there is a property that would give me the process name... but I can not locate this in the documentation. What is the property I am after?
Thanks.
Tagged:
0
Best Answer
-
[Deleted User] Posts: 0 ✭Answered my own question, unless one of those David types over there says I'm on the wrong path:
batch.BatchProcess.Name
Good times.0
Answers