Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["\u003cp\u003eThe Status Event provides details about task-level events, including the event type, description, and timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etaskExecution\u003c/code\u003e field within a Status Event contains information about the execution of a task, specifically when it fails.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etaskState\u003c/code\u003e field, also present in the Status Event, indicates the state of a task during task-level events.\u003c/p\u003e\n"],["\u003cp\u003eTaskExecution contains \u003ccode\u003eexitCode\u003c/code\u003e, which indicates whether the task succeeded (0), had a known failure, or an execution failure, along with \u003ccode\u003estderrSnippet\u003c/code\u003e, the tail content from standard error if the task failed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eeventTime\u003c/code\u003e is a timestamp formatted according to RFC 3339 and indicates the exact moment when the event took place.\u003c/p\u003e\n"]]],[],null,["# StatusEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TaskExecution](#TaskExecution)\n - [JSON representation](#TaskExecution.SCHEMA_REPRESENTATION)\n\nStatus event.\n\nTaskExecution\n-------------\n\nThis Task Execution field includes detail information for task execution procedures, based on StatusEvent types."]]