How to be sure if a build is running in a build machine?
I, programatically, want to know if a build machine is busy with a build. How can I do this?
Can anyone help me?
I, programatically, want to know if a build machine is busy with a build. How can I do this?
Can anyone help me?
Note that in the future that the interface to the build machine will change. Today it uses .NET remoting, as shown in the blog post, but it will not in a future release (it's not part of the public API).
Buck