diff -r aa1a01274673 -r af58c1d47e5e eric6/Documentation/Source/eric6.Tasks.Task.html --- a/eric6/Documentation/Source/eric6.Tasks.Task.html Mon Feb 01 16:04:34 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tasks.Task.html Mon Feb 01 16:06:23 2021 +0100 @@ -128,6 +128,10 @@ <td><a href="#Task.setSummary">setSummary</a></td> <td>Public slot to update the description.</td> </tr> +<tr> +<td><a href="#Task.toDict">toDict</a></td> +<td>Public method to convert the task data to a dictionary.</td> +</tr> </table> <h3>Static Methods</h3> @@ -377,6 +381,25 @@ summary text of the task (string) </dd> </dl> +<a NAME="Task.toDict" ID="Task.toDict"></a> +<h4>Task.toDict</h4> +<b>toDict</b>(<i></i>) + +<p> + Public method to convert the task data to a dictionary. +</p> +<dl> +<dt>Return:</dt> +<dd> +dictionary containing the task data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file