ServiceStatus class
Provides information about the status of the Project Server service.
Syntax
CSOM
class ServiceStatus
JSOM
PS.ServiceStatus
REST Interface
See ProjectContext for the REST properties/methods.
## <a name="members"></a>Members
✓ - Read Support ✓ʷ - Write Support
### <a name="properties"></a>Properties
> [!div class="mx-tdBreakAll"]
|**Name**|**.NET**|**JSOM**|**REST**|**Type**|**Description**|
|:-----|:-----:|:-----:|:-----:|:-----|:-----|
|<a name="IsDelegate"></a>IsDelegate|✓|✓||Boolean|Gets a value that indicates whether the current user has started a delegation session in PWA.|
|<a name="IsReadOnly"></a>IsReadOnly|✓|✓||Boolean|Gets a value that indicates whether the Project Server database is in read-only mode.|
### <a name="methods"></a>Methods
> [!div class="mx-tdBreakAll"]
|**Name**|**.NET**|**JSOM**|**REST**|**Return Type**|**Description**|
|:-----|:-----:|:-----:|:-----:|:-----|:-----|
|[StopDelegation()](#StopDelegation__)|✓|✓||void|Stops the current delegation session.|
<br/>
#### Method Details
#### <a name="StopDelegation__"></a>StopDelegation()
Stops the current delegation session.
##### Syntax
void StopDelegation()
##### Parameters
None
##### Return Value
void
## <a name="seeAlso"></a>See Also