Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login. |
| projectName |
string |
The name of the project to query. |
Returns
The current state of the given project.
Description
Queries the current state of the given project. The state returned will be one of:
- building
- idle
- paused
- pausing
See Project States for details.
Access
Accessible to all users.