id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| task-result-simplified |
TaskResultSimplified |
TaskResultSimplified |
TaskResultSimplified |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| TaskResultSimplified |
| TaskResultSimplified |
|
/tools/sdk/powershell/v3/models/task-result-simplified |
| SDK |
| Software Development Kit |
| TaskResultSimplified |
| TaskResultSimplified |
|
TaskResultSimplified
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
Task identifier |
[optional] |
| Name |
String |
Task name |
[optional] |
| Description |
String |
Task description |
[optional] |
| Launcher |
String |
User or process who launched the task |
[optional] |
| Completed |
System.DateTime |
Date time of completion |
[optional] |
| Launched |
System.DateTime |
Date time when the task was launched |
[optional] |
| CompletionStatus |
Enum [ "Success", "Warning", "Error", "Terminated", "TempError" ] |
Task result status |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]