Skip to main content

Taskinfo

Properties

NameTypeDescriptionNotes
taskId(optional) numberThe unique identifier for the task.[default to undefined]
taskTypeName(optional) stringThe type or category of the task.[default to undefined]
startTime(optional) numberThe start time of the task, represented as epoch seconds.[default to undefined]
endTime(optional) numberThe end time of the task, represented as epoch seconds.[default to undefined]
taskName(optional) stringThe display name of the task.[default to undefined]
createdByDisplayName(optional) stringThe display name of the user who created the task.[default to undefined]
progress(optional) numberThe progress of the task, typically represented as a percentage (0-100).[default to undefined]
status(optional) stringThe current status of the task (e.g., "Running", "Completed", "Failed").[default to undefined]
details(optional) stringAdditional details or information about the task.[default to undefined]
scheduleTaskId(optional) numberThe unique identifier of the associated scheduled task, if applicable.[default to undefined]