taskStatus property

TaskStatus? taskStatus
getter/setter pair

The status of the Task.

If we need agent specific fields we should fork the public TaskStatus into an agent specific one. Or add them below.

Implementation

TaskStatus? taskStatus;