position


Description:

public string position { get; set; }

String indicating the position of the task among its sibling tasks under the same parent task or at the top level.

If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level).

Since 0.17.10, this property is writable.