# DocumentActionStatus Enum

> `DocumentActionStatus` is a public enumeration that defines the status of the document action.

`DocumentActionStatus` is a public enumeration that defines the status of the document action.

## Definition

* Namespace: `UiPath.DocumentProcessing.Contracts.Actions`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## Description

A public enumeration that defines the status of the document action.

## Fields

* `Completed` - Actions which have been completed by the business user.
* `Pending` - Actions assigned to the user but pending completion.
* `Unassigned` - Actions that are unassigned to any business user for completion.
