Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login. |
| projectName |
string |
The name of the project to pause. |
Returns
True iff the given project was not already paused or pausing.
Description
Pauses the given project. When a project is paused, all build triggers for the project are ignored. See also RemoteApi.resumeProject.
Access
Accessible to users with server administration privileges and administrators for the given project.