# isCrPolling

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts#L102)

True while the worker owns the row and the UI should poll the CR.

## Signature

```ts
function isCrPolling(status: ChangeRequest['status']): boolean
```

## Parameters

| Name | Type |
|---|---|
| `status` | `ChangeRequest['status']` |

**Returns:** `boolean`
