# \_setStatusToComplete

Sets Job status to complete

### Parameters

#### id

The ID of the Job which will have status set to complete.

### Example

```
FM_api('Job_setStatusToComplete', ['id'=>'1']);
```

#### On Success

```
"null"
```
