This function stops the currently running build.
[Specification format]
[Argument(s)]
None
[Return value]
If the build was stopped successfully: True
If there was an error when stopping the build: False
[Detailed description]
- | This function stops the currently running build. |
[Example of use]
>>>build.All(True, False)
True
>>>build.Stop()
True
>>>
|