---
id: v1-task-result-simplified
title: TaskResultSimplified
pagination_label: TaskResultSimplified
sidebar_label: TaskResultSimplified
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'TaskResultSimplified', 'v1TaskResultSimplified']
slug: /tools/sdk/typescript/identity_profiles/models/task-result-simplified
tags: ['SDK', 'Software Development Kit', 'TaskResultSimplified', 'v1TaskResultSimplified']
---

# TaskResultSimplified

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Task identifier | [default to undefined]
**name** | **(optional)** `string` | Task name | [default to undefined]
**description** | **(optional)** `string` | Task description | [default to undefined]
**launcher** | **(optional)** `string` | User or process who launched the task | [default to undefined]
**completed** | **(optional)** `string` | Date time of completion | [default to undefined]
**launched** | **(optional)** `string` | Date time when the task was launched | [default to undefined]
**completionStatus** | **(optional)** `string` | Task result status | [default to undefined]

