completeWorkStatus property

Status? completeWorkStatus
getter/setter pair

If set, a request to complete the work item with the given status.

This will not be set to OK, unless supported by the specific kind of WorkItem. It can be used for the backend to indicate a WorkItem must terminate, e.g., for aborting work.

Implementation

Status? completeWorkStatus;