> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# JobProgress

***

# Type Alias: JobProgress

```ts theme={null}
type JobProgress = object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

JobProgress

## Properties

### progressMessage?

```ts theme={null}
optional progressMessage: string | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Progress Message

***

### stepsCompleted?

```ts theme={null}
optional stepsCompleted: number | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Steps Completed

***

### stepsTotal?

```ts theme={null}
optional stepsTotal: number | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Steps Total
