InlineTaskProperties1

InlineTaskProperties1
InlineTaskProperties1
JSON Example
{
    "status": "string",
    "async_response_available": false,
    "description": "string",
    "start_time": 0,
    "cancelable": false,
    "request_method": "string",
    "user": "string",
    "progress": 0,
    "message": "string",
    "request_uri": "string",
    "id": "string",
    "end_time": 0
}
string
status
Optional

Current status of the task

Possible values are : running, error, success, canceling, canceled, killed,
boolean
async_response_available
Optional

True if response for asynchronous request is available

string
description
Optional

Description of the task

integer As int64 As int64
start_time
Optional

The start time of the task in epoch milliseconds

boolean
cancelable
Optional

True if this task can be canceled

string
request_method
Optional

HTTP request method

string
user
Optional

Name of the user who created this task

integer As int64 As int64
progress
Optional

Task progress if known, from 0 to 100

string
message
Optional

A message describing the disposition of the task

string
request_uri
Optional

URI of the method invocation that spawned this task

string
id
Optional

Identifier for this task

integer As int64 As int64
end_time
Optional

The end time of the task in epoch milliseconds