trans4 / tests /integration-tests /client /docs /PipelineProgress.md
Mayo
test: Rust integration tests + Vitest UI tests
5242e6a unverified
|
Raw
History Blame Contribute Delete
643 Bytes
# PipelineProgress
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_page** | **u32** | |
**current_step_index** | **u32** | |
**job_id** | **String** | |
**overall_percent** | **u32** | |
**status** | [**models::PipelineStatus**](PipelineStatus.md) | |
**step** | Option<[**models::PipelineStep**](PipelineStep.md)> | | [optional]
**total_pages** | **u32** | |
**total_steps** | **u32** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)