This property confirms whether a build is running.
[Specification format]
[Setting(s)]
None
[Reference]
If a build is running: True
If a build is not run: False
[Detailed description]
- | This property confirms whether a build is running. |
[Example of use]
>>>print build.IsBuilding
False
>>>
|