[[["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-09-04 UTC."],[],[],null,["# Google Maps FleetEngine Delivery V1 Client - Class State (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/maps-fleetengine-delivery/latest/V1.Task.State)\n- [0.4.0](/php/docs/reference/maps-fleetengine-delivery/0.4.0/V1.Task.State)\n- [0.3.1](/php/docs/reference/maps-fleetengine-delivery/0.3.1/V1.Task.State)\n- [0.2.0](/php/docs/reference/maps-fleetengine-delivery/0.2.0/V1.Task.State)\n- [0.1.8](/php/docs/reference/maps-fleetengine-delivery/0.1.8/V1.Task.State) \nReference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class State.\n\nThe state of a Task. This indicates the Tasks's progress.\n\nProtobuf type `maps.fleetengine.delivery.v1.Task.State`\n\nNamespace\n---------\n\nGoogle \\\\ Maps \\\\ FleetEngine \\\\ Delivery \\\\ V1 \\\\ Task\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nDefault. Used for an unspecified or unrecognized Task state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### OPEN\n\n Value: 1\n\nEither the Task has not yet been assigned to a delivery vehicle, or the\ndelivery vehicle has not yet passed the `Task`'s assigned vehicle stop.\n\nGenerated from protobuf enum `OPEN = 1;`\n\n### CLOSED\n\n Value: 2\n\nWhen the vehicle passes the vehicle stop for this Task.\n\nGenerated from protobuf enum `CLOSED = 2;`"]]