# RunningJobCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/versions/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/versions/page.tsx#L63)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `job` | `any` | ✓ | - |
| `onViewDetails` | `Function` | ✓ | - |
| `onForceComplete` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_RunningJobCard_2f1856eb["RunningJobCard"]
    class component_RunningJobCard_2f1856eb rootComponent
```

## Referenced By

- `VersionsContent` (RENDERS)
